Hi @ALL,
can someone help me to run this flow:
The flow breaks by the multiple ODATA filter.
It runs if I only set one Filter Option like
"PersonalID eq PersonalID(Excel)"
or
"Jahr eq Jahr(Excel)".
How can I run the Flow with the AND operator?
Solved! Go to Solution.
Hi @dobroo try removing the brackets and using and instead of AND. I've never seen brackets in OData and think there is something funny with it being case sensitive.
Agree with @bradleyhorton - but it also looks like you are missing the single quotes
It should be formatted as: fieldName operator 'value' and fieldName operator 'value'
For example: Title eq 'Hello World' and Name eq 'Jay'
Noting there can be some variation with different field types but this is a good starting point
HTH
Jay
Hi @dobroo try removing the brackets and using and instead of AND. I've never seen brackets in OData and think there is something funny with it being case sensitive.
Agree with @bradleyhorton - but it also looks like you are missing the single quotes
It should be formatted as: fieldName operator 'value' and fieldName operator 'value'
For example: Title eq 'Hello World' and Name eq 'Jay'
Noting there can be some variation with different field types but this is a good starting point
HTH
Jay
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 |
---|---|
19 | |
12 | |
9 | |
8 | |
4 |
User | Count |
---|---|
23 | |
14 | |
12 | |
12 | |
10 |