How to split each record in an array to a separate record
I have a custom flow where I am queryig invoices from Business Central. Business Central is returning a JSON response with multiole invoices in that. However, I need to send each invoice as a separate document (POST call) to Orderful. Orderful cannot take an array with multiple invoices. I need to post one invoice at a time. How do I loop thru the JSON array of invoices to make sure each invoice in the JSON array is posting to orderful as a separate POST request.
0
Comments
Goutham Reddy Katangur you would want to set a path to records on your export. For Microsoft, it's typically in a
values
array so you would putvalues
into that field.Please sign in to leave a comment.