Only Run Flow When Conditions are met

Copper Contributor

Hi, I have a flow that runs when a SharePoint item is modified or created. It would take the DisplayName from a People/Group column (Employee Name) and add it to another column (First_Last_Name). This is working right now. See below

cyoungCoW_1-1706922757373.png

cyoungCoW_2-1706922771667.png

 

 

cyoungCoW_0-1706921852208.png

 

 

I have another People/Group column (Specify Acting) that I want to get the DisplayName and copy it to another column (First_Last_Name_Acting) but only get triggered when "Specify Acting" is populated. Specify Acting only shows up when a specific choice is selected.

 

For this one, it would concatenate the word "Acting" and the DisplayName then copy that to "First_Last_Name_Acting" column.

 

I tried copying the same condition from above changing it to the columns that I want updated, then adding it after "Update First Last Name" but it keeps triggering even when "Specify Acting" is not populated. Not really sure where in the flow should I add this step.

cyoungCoW_5-1706923292160.png

 

1 Reply

You need to add it to the trigger under Trigger conditions, you can find it under settings
For example:

NicolasKheirallah_0-1707070799296.png