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
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
34 | |
16 | |
14 | |
12 | |
9 |
User | Count |
---|---|
39 | |
26 | |
18 | |
8 | |
7 |