Forum Discussion

RJDBakker's avatar
RJDBakker
Copper Contributor
Feb 28, 2022

How to trigger a flow based on change in title column of documentset?

I am trying to trigger a flow only when the columns (metadata) of a documentset is changing. My documentset consists of several columns and standard folders. For business reasons I want to trigger ...
  • Micca0815's avatar
    Micca0815
    Mar 07, 2022

    RJDBakker 

    In this case, have you tried to add the additional, required condition within the triggers` settings?

    @and(
         NOT(equals(
                triggerBody()?['Title'],
                triggerBody()?['{Name}']
                   )
           )
         ,
         equals(
            triggerBody()?['{ContentType}']?['Id'],
            '0x0123456789abcdefghijk9876543210kjihgfedcba'
              )
         )

     

Resources