Issue assigning variables as array elements #166
KasparMinn
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. A possible issue came up when trying to link variables as elements in an array of any type of object. For testing the issue, I have made two brief GET DSLs.
The above script returns a properly constructed JSON with correct array values. Here is the response:
However, when trying to assign variables beforehand and then add them to the array, almost the entire response is wrapped in quotes. Here is a similar DSL where the issue comes up:
The above script returns a response wrapped in quotes:
Beta Was this translation helpful? Give feedback.
All reactions