Hello,
I'm having an issue with the trigger conditions. I have 4 columns. Column 1 I want to be filled. While columns 2-4 I want to be empty.
I tried putting this in each row of a new trigger condition, but even if columns 2-4 are filled, the power automate will still trigger.
The code I am using is: Column1: @not(empty(triggerBody()?['TestRequestNo1']))
Columns 2-4: @empty(triggerBody()?['OnTime_x002f_Late']), @empty(triggerBody()?['Disposed']), @empty(triggerBody()?['SurveyFinished'])
Any idea how I can get this to work?
I appreciate it in advance!