One of json DATA in an array?

(Medalnichka Shop) #1

How to do one of DATA element in JSON request url in " [ ] "

(Nathan Stults) #2

If you want to send an array property, you’ll need to switch the Content Type from “JSON” to “Raw” and format the JSON payload yourself.

(Nathan Stults) #3

Here is a sample flow that demonstrates this concept: