I am attempting to add a flow condition associated with a text field in my SharePoint list (Single line of text), but it is not functioning as expected. The flow does not fail, but the result is always set to False regardless of the text entry. The name of the field (Single line of text) in Sharepoint is Change. If the text in the field = Yes, then the condition should be true but it is always set to False. I'm guessing I need to make a change in advanced mode, but I am not having luck. Any ideas?
@contains(triggerBody()?['Change'], 'Yes')
I greatly appreciate the help.
Hi @mea,
I have made a test on my side and don't have the issue that you mentioned.
The screenshot of my flow as below:
When an item is created in the sharepoint list as below:
The flow would run successfully as below:
Could you please share a screenshot of the configuration of your flow?
Could you please share a screenshot of your sharepoint list with items?
Please make sure the item in the single line of text column in the sharepoint list would contain the string "Yes", and not "YES" or "yes", because the expression in flow would distinguish the uppercase and lowercase of the string.
Please let me know if your problem could be solved.
Best regards,
Alice
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
42 | |
37 | |
36 | |
23 |
User | Count |
---|---|
42 | |
39 | |
30 | |
29 | |
28 |