Skip to main content
Community site session details

Community site session details

Session Id :

Microsoft Flow Trigger Conditions

RezaDorrani Profile Picture Posted by RezaDorrani 12,141

My new Vlog on the newly released feature Microsoft Flow Trigger Conditions

 

Save your Flow runs by Conditional triggering of your Flows

Categories:

Comments

  • gha33 Profile Picture gha33 3
    Posted at
    Microsoft Flow Trigger Conditions

    Hello, I have created a flow similar to the flow in the video but I'm getting this error "cannot read properties of undefined (reading 'properties')"

    could you please help ?

  • kukulka Profile Picture kukulka 145
    Posted at
    Microsoft Flow Trigger Conditions

    Your video helps me a lot. Thanks!! 🙂

  • zwornik80 Profile Picture zwornik80 102
    Posted at
    Microsoft Flow Trigger Conditions

    @RezaDorrani  

    Hi. 

    I have tried using triggers in "When an item is created or modified". Trigger for specific value in column worked OK:

     

    @equals(triggerOutputs()?['body/Planned_x0020_delivery_x0020_dat'],'Planned delivery date exceeded and data not delivered')

     

    I also want to trigger flow when value in column changes from "Planned delivery date exceeded and data not delivered" to blank (NULL). I have added additional trigger but it is not working and moreover first one also stopped working:

     

    @isblank(triggerOutputs()?['body/Planned_x0020_delivery_x0020_dat'])

  • FastTrack Profile Picture FastTrack 96
    Posted at
    Microsoft Flow Trigger Conditions

    Have you used the <'> for column name?

    @not(isblank(triggerbody?['ColumnName']))

     

    or try

    @equal(triggerbody?['ColumnName'],'Null')

  • ChadVKealey Profile Picture ChadVKealey 1,393
    Posted at
    Microsoft Flow Trigger Conditions

    @RezaDorrani , is there any documentation of what expressions are supported in trigger conditions? I'm using the SharePoint - item is created or modified trigger and want it to only run when a particular column (which is a lookup column in the list) has a value (any value, not a specific value). 

     

    Using the condition @not(isblank(triggerbody?[ColumnName])), I'm getting this error:

    2019-12-02_8-07-24.png