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
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
21 | |
21 | |
9 | |
8 | |
7 |
User | Count |
---|---|
33 | |
31 | |
25 | |
21 | |
11 |