I am calling to a child flow inside Apply to each loop.
Each child flow returns two string outputs: vFileName, vRowsCount.
I need to append all these results to an array.
It's something basic, I just cannot find specific case in Google...
Please help
Solved! Go to Solution.
Hi @michaelshparber,
You should be able to use an append array action for this. In my example I used variables.
The result will be something like this:
Btw, Pieter Veenstra has a nice blog about working with Arrays, which I find pretty useful: https://sharepains.com/2018/07/10/power-automate-shed-some-light-on-arrays/
Hi @michaelshparber,
You should be able to use an append array action for this. In my example I used variables.
The result will be something like this:
Btw, Pieter Veenstra has a nice blog about working with Arrays, which I find pretty useful: https://sharepains.com/2018/07/10/power-automate-shed-some-light-on-arrays/
So I need to use "Apply to each...."
I thought of doing it without this loop.
Thanks!
@michaelshparber that depends if your child flows run only once or within a loop themselves. If they are not in a loop then you don't need to use a loop to do what you want (if they are executed only once per flow). @Expiscornovus had his append action inside a loop because he was looping through SharePoint items.
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
60 | |
51 | |
44 | |
39 |
User | Count |
---|---|
89 | |
81 | |
74 | |
62 | |
44 |