This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
hey @dex2dot0 ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've constructed data using a Create Data block as follows:
I am then looping through each Guid and trying to send the "fields" list as a variable to my Send Request:
Looking at the Console though, the body of my request does not convert the list to JSON:
I also tried setting the variable outside the brackets but get the same thing:
And finally if I try and just send the list without invoking to-json the UI gives me an error:
What would be the right way to pass the list as a JSON body?
Beta Was this translation helpful? Give feedback.
All reactions