After the create action, place a return data from api action (data tab), choose the data type text if you dont want the whole object returned, then reference the previous actions Unique ID.
@jarrad how does the return data from API behave when it’s an “internal call”? Meaning: the app and the API exist in the same Bubble app?
The API returns the correct data when it’s a call from an external app. However I don’t seem to be able to get it to work internally. The data the API returns is a list of Fiberhoods (the Thing). I try do add an element action to display a list of things in a repeating group with the source: results from Step 1, but it doesn’t work. It doesn’t seem to be a list but a Boolean. Any clues?