Forum Discussion

Mihiranp's avatar
Mihiranp
Copper Contributor
Mar 08, 2024

ActionBranchingConditionNotSatisfied

Hi,   I'm trying to setup power automate flow to send an email, based on a input data within a list.   Example someone add a user to the column "Assign to" automaticallyI want an email to be trig...
  • ganeshsanap's avatar
    Mar 08, 2024

    Mihiranp

     

    If you don't need customized email body, you can also use the Rules feature in SharePoint lists: Rules in SharePoint Online/Microsoft Lists.

     

    Or in Power automate, you can check condition like: 

    Expression used

     

    empty(triggerOutputs()?['body/AssignedTo/DisplayName'])

     

    Where AssignedTo is an internal name of your Assigned to column in SharePoint list. You can get the internal name of your SharePoint list columns by following this article: How to find the Internal name of columns in SharePoint Online?

     

    Note: Right hand side false is also an expression and not a text/string. You have to add it using expression option as well.


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources