In summary, my flow goal is to:
1- When a condition is met, create an SP list;
2- Then prompt the user to add comments via MS Teams;
3- Once a comment is made, the flow will update the SP column.
My original flow gets triggered manually from power bi, but the issue is that the flow creates a single row of data on the SP list until the first user responds to the MS team's message. That’s why I am breaking the process into:
a) Apply to Each: to create the SP list when the condition is met (not to wait for the user's input).
b) Apply to Each 2: Send MS teams messages and get the user's comments to update the SP.
So, 'Compose' contains the SP links to items, so the flow can update it later when I have the user's input.
Proposed: Original:
Thanks again for your time.