Hello,
I want to trigger my flow using Trigger Conditions. I want the flow to only run when my custom Person column is filled out and contains information.
The flow is looking at a SharePoint list library. My custom column is a "Person or Group" column named: "AssignedTo"
When items are created in this list, the Assigned To column is <blank>. After the Assigned To column is filled out and saved, I want the flow to run.
I have tried many things, looking at length(), IsBlank(), equals(). But have yet to find anything that works.
Remember I want to use the built in Trigger Conditions.
Thanks for any help!
Hi - can you help me to revise this for a multiple person column, where the result is an array? Thank you 🙂
I'm attempting something similar but need assistance. Like you, the "Assigned To" value is initially blank and later gets populated. I want it to send the email notification to the "Assigned To" person the FIRST time they are assigned.
However, IF the "Assigned To" person later changes....then I also need an email sent to the NEW "Assigned To" person.
Any guidance would be appreciated.
Yes. Thats the right way. Glad it helped.
I added the @not in the beginning. This expression worked for what I need:
@not(empty(triggerBody()?['AssignedTo']))
Thanks for the assist @PrasadAthalye
Right. So that expression works if I want the Flow to be trigger when the people picker is empty. But I want to trigger the flow when the people picker is not empty. The people picker must be filled in before flow is triggered.
@landonjochim Please try following expression.. Owner is my people picker field...
@empty(triggerBody()?['Owner'])
Like and Mark this as answer if it helps to resolve you issue.
WarrenBelz
146,786
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,093
Most Valuable Professional