Hello everyone !
I am currently working on a flow who is supposed to send an email to a person if she is mentioned in a person column of a Sharepoint List. I am starting to use Power automate and I need your help for this one.
My flow :
1 - SharePoint Trigger - When an item is created or modified
2 - Condition - If empty(triggerBody()?['Assignedto']) is equal to false
3 - If yes -> Apply to each "value" -> Send an email to "Assigned to email"
If no -> nothing is happening
My issue :
When I am testing the flow I have the following return.
I do not understand why the action is skipped. Since I want to assign an item to one person only I wanted to remove the apply to each action by configuring my column on a single selection (in the edit column section of my SharePoint list) but Power Automate is not considering this modification.
Note : An item Is assigned only after his creation.
What am I missing here ?
Thank you for your time.