For loop getting data from the API and sending all at one to the email

Copper Contributor

Hi there,

 

Learning Azure Logic Apps for my job. I have a small azure logic app that needs to export API data with and send it to the email. So far all the steps except adding the output body from the HTTP get request to the variable. Yes, seems that it's just rewriting the variable. But how can I append to a variable without rewriting it? Any advice?

 

Here's the actual build idea. Iterating through profile ID's and getting the output for every ID, then I need to be able to push all of that to the email. Next step for me would be to prettify all this, but that's a bit outside this question.

 

therealkristaps_1-1661843064637.png

therealkristaps_0-1661843031944.png

 

Thanks and much appreciated!

 

0 Replies