Hello all,
I'm trying to create a flow that does nothing but send an email when a person is assigned in my sharepoint list. I have added a choice column to the list tracks the flow status. That way I can add a trigger condition to make sure it only runs once. The two trigger conditions I am using are when 'assigned to' does not equal 'null' and when 'assignment flow status' equals 'waiting'. From there I have an update item to change the flow status to running, preventing the flow from triggering itself again. After that all I want to do is send an email to the person assigned and then change the flow status to complete. However, just to send an email it created an Apply to each loop nested inside another Apply to each loop. I assume it's because I am pulling data to include in the email, but I don't know how to avoid this. Thanks!
