Forum Discussion
IvanWilson
Aug 05, 2021Iron Contributor
How to handle single quotes in the filter property with Get Items actions
If you are using the SharePoint Get Items actions and using the Odata Filter Query syntax, then you need to handle single quotes in your filter syntax. Since a single quote is a special characte...
IronArm
Dec 15, 2022Copper Contributor
That works, but you don't always have to do that. For example, with "Get files (properties only)" you're going to loop through the results anyway, so you can just add a condition: filename "is equal to" filename. The quotes are handled for you in this case.