Hi!
I have part of flow which generates data to another flow. One of part is connected to O365 organisation structure. I'm interested how in most efficient way get this data. For now I was saving records on the list as a part of loop. Maybe It's possible to extract JSON of all elements of the loop? What is your idea?
1st step insert email
2nd step insert direct reports from above.
3rd step save somewhere or get JSON element data from 2nd step.