Thank you both for the responses. So in order for me to get unitId value, I first need to make a call to a different endpoint. In order to dynamically input the unitId value, how do I make a sequential call?
So it goes like this:
Call endpoint one - receive a unitId value in the response
How would I display the images and the data in a group in this case? I understand that I can dynamically input the unitId, or perhaps use the query path, but sequencing the workflow is a bit confusing for me.
You guys are great! Using the thread and the example I got it to work by making the URL client safe then inputting the dynamic data into the URL segment. It didn’t seem to work when I tried to use the segment as a parameter instead…but I didn’t spend a ton of time trying that path.
Take a look at my screenshots above - the blue text you see is a value that I’m getting back from an API. You can input anything there, just select “insert dynamic data” and then you can choose “External API” or you can enter data from the database.
If you want to share a sample app I can give you more concrete help…