Hi,
I have a client who is sending a single POST request to one of the workflow’s I have setup.
- The workflow takes the Array(List of things) in the POST request and “Schedules a workflow on a list”
- The Scheduled workflow Creates a Thing for each item in the Array which came via the POST request.
The problem I am having is I need to send a response using the “Return data from API” but I am unable to send a response for each thing that was created basically having hard time sending a Array back in the response for all the things created.
What I am trying to achieve:
Send POST Request (Contains List of Order) > Bubble Endpoint Workflow Creates PDF Label for each Order > Send API Response with a Array of Url’s for each PDF Label which was created.