Hello All,
I encountered a very change error on Sharepoint Get items Odata filter. The column data type in my list is single line text. When I put the filter value as string, it gave me error "The expression "Item_No eq ‘K39124WW’" is not valid. Creating query failed.
clientRequestId". But when I put the filter value with number, it worked Ok.
I tried on different lists for column in text, the flow can't work. There is no such issue before. Please help, thanks a lot!
Hi @navy,
It looks like you used an ’ character instead of a ' character, these are two different characters.
Can you try the below instead?
Item_No eq 'K39124WW'
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2