I am using the trigger - Manually trigger a flow. Then I added the trigger condition - @or(equals(triggerBody()?['Region']?['Value'],'ASIA'),equals(triggerBody()?['Region']?['Value'],'TEST Region')).
When I run the flow I got the error message "Cannot read property 'properties' of undefined". If I remove the trigger condition, I do not get the error. However, I need the flow to run based on value of the Region column. Region column is a drop-down that the user would select.
Can somebody help please?
Thank you!
Please post this as a new question. You'll get more responses and others will be able to find the answer more easily later.
I'm having the same issue here. What is the solution
"Cannot read properties of undefined (reading 'properties')"
My scenario is; @equals(triggerOutputs()?['body/Progress/Value'],'Approved'), I want this flow to be triggered when item list progress column value changes to approved. any assistance would be appreciated. thanks.
If region is a value in a column in a list then the trigger you want is "For a Selected Item", not manual. The manual trigger runs without any particular connection to a list or item in a list. So for the manual trigger the region column doesn't exist.
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional