Hello All,
I use 'For a selected file' SharePoint trigger in my flow.
Trying to setup Trigger Conditions as @equals(triggerBody()?['Status']?['Value'], 'FEEDBACK').
The condition shall trigger the flow only if the value 'FEEDBACK' is present in column 'Status' for the particular file/document in SharePoint library.
When I try to test the flow the following error message pops-up on the top of page: undefined is not an object (evaluating 'e.properties').
'For a selected file' requires 'Split on array' to be of type @triggerBody()['rows'].
The trigger condition expression I used is probably of type @triggerBody()['value'].
Could you please kindly help to advise where to look-up for the information about type @triggerBody()['rows'], or what the expression shall be?
Thank you in advance.
Have a good one, Branislav