I’m sure I’m making a simple mistake. I would love advice on a workflow I’m building.
A button tap submits a couple of text inputs to my API with a ‘Create Record’ function. Once successful with API returns the record along with the record ID.
In that same workflow, I want to take that returned record ID and another page parameter to make another ‘Create Record’.
I think I am having trouble capturing the record ID when it is returned.
In the first image, you can see that two properties in the call. “_id1” is supposed to be the returned record ID. “_id2” is just a page parameter from elsewhere in the app.
Then you can see that “_id2” is the only parameter showing up in the call.
Here is a screenshot of my workflow if its helpful
Thank you in advance!