Hi Community,
They can help me with these questions.
1.- How can I extract all the values of "id"?
2.- How can I select one of the "id" values? To be used in the next step of "add dynamic content"
Hi @fgonzalez515,
1. You can retrieve this via an apply to each with the dynamic content id field. What do you want to do with the output?
2. You can use an expression in a compose for that, below is an example for the first table.
outputs('Get_tables')?['body/value'][0]['id']