Hi All,
Can someone please tell me why my and condition below thinks the data in the "Title" column is the column name?
I added single quotes, double quotes, I tried with a cap T, All caps, all lower...
I get the below error:
"Column 'Blah' does not exist. It may have been deleted by another user. "
Blah is the data in the column not the column name.
I am using the "Title" column...
TIA,
Joe
Solved! Go to Solution.
Because this is the ODATA query logic 😊.
Your formula should look like:
field_1 eq 'dynamicValue1' and Title eq 'dynamicValue2'
Please take care that the text column type values needs to be compared with string values and in PowerAutomate string values are delimited by quotes.
Hope it helps !
Because this is the ODATA query logic 😊.
Your formula should look like:
field_1 eq 'dynamicValue1' and Title eq 'dynamicValue2'
Please take care that the text column type values needs to be compared with string values and in PowerAutomate string values are delimited by quotes.
Hope it helps !
Thank you!! Yes I had it backwards I was quoting the Title not the dynamic
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
14 | |
13 | |
10 | |
10 | |
9 |
User | Count |
---|---|
30 | |
21 | |
15 | |
13 | |
12 |