Greetings,
I am trying to create a shipment using an API, but the tutorial I get doesn’t show how I can do it when the POST request’s JSON is nested. it requires the collection_address and other fields.
I was hoping if I can get it right, then I will use the same process for other nested fields.
Alternatively, you can use the API connector directly and make the entire body one dynamic value (at least for the fields you want to send nested JSON). Then in the workflow action take the data you want to send and format it as a list, and place it in the body of the outbound API call.