Hi,
I have built a flow which works fine until dynamic content is added to the last step "Send an email".
After I have added something from the Dynamic content list to the "Send an email" step, a new step "Apply to each" (with output "value") appears before the step "Send an email".
See also the screenprint below...
After this automated action, the flow does not work anymore.
I have searched for a solution, but no idea how to solve this.
Hope anybody can help.
Thanks
Solved! Go to Solution.
Thank you… I used now a template which works fine.
Hi @syb03,
You could add the title of the first item of the Get items as an expression. This will prevent the flow from adding an apply to each action.
Use something like below:
body('Get_Items')['value'][0]['Title']
Thank you… I used now a template which works fine.
User | Count |
---|---|
93 | |
45 | |
20 | |
20 | |
15 |
User | Count |
---|---|
134 | |
52 | |
44 | |
37 | |
27 |