Hello Everyone, I am using conditional trigger in list which works fine but the same fails in document library. Has any one else had the same issue?
I am using : @equals(triggerBody()?['Start'],true)
Solved! Go to Solution.
I had to change the trigger to "when file is created or modified (properties only )" instead of "when file is created or modified". Thanks for your help
Hi @NehalShah,
If the Start column is Yes/No type in the SharePoint list,
Please use the following expression:
@equals(triggerBody()?['Start'],True)
instead of
@equals(triggerBody()?['Start'],true)
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It does not work
I had to change the trigger to "when file is created or modified (properties only )" instead of "when file is created or modified". Thanks for your help
User | Count |
---|---|
96 | |
40 | |
26 | |
23 | |
16 |
User | Count |
---|---|
129 | |
52 | |
48 | |
36 | |
24 |