Hello and thanks in advance!
So I have an API workflow (internal, the ones we schedule) that creates an line at a table. On the front end, I want to get the unique id of this line. It may sound confusing, so let me use an example:
I have a table “filtered-workers-list”. On the front end i select the characteristics I want the workers (that are a type of data) to have and click on a “filter workers” button. This button calls an API workflow that uses those characteristics and filter the workers, creating a line at my “filtered-workers-list”. What I want is to be able to get information from this “filtered-workers-list” item I just created, so I want their unique ID.
Can I get this on the front end?
What I was trying to do was:
Set up the API workflow with te “return data from API”
Then I tryed to get the return on the front end:
But all I get is a number (which I think is the ID of the API workflow?). I’m aware that I can also do this through the API connector, so if there’s no way of getting this data return, I’ll just do it on the API connector. But I would like to know if it is possible. I read the returning data from API section of the bubble manual but it wasn’t very helpful. Related topics on the forum are around 2 years old
Thanks for reading!