Hi
I a have a SP list and I am trying to add a trigger when the status is complete to send an email with the details Sharepoint fieldepoint is a choice ,column so I think what is making it more difficult. I was going to try a calculated field as single line text based on the ,status, but that did not work either.
The flow works like this the status is complete
The client name = ABC
Send email
I have tried multiple ways and different error messages
@equals(triggerOutputs()?['Status']?['Value'], 'Complete')Cannot read properties of undefined (reading 'properties')
@equals(triggerBody()?['Status']?['Value'], 'Complete')
The execution of template action 'Apply_to_each_2' failed: the result of the evaluation of 'foreach' expression '@triggerBody()?['value']' is of type 'Null'. The result must be a valid array.
