Forum Discussion
Syndicate_Admin
Administrator
2 years agoODATA syntex for a power Automate
No idea if this is the correct place to post this. I work with powerApps. I have to get a subset of records from a sharepoint list. Due to delegation in PowerApps, I know I can't do this with nati...
pstork1
2 years agoFrequent Visitor
Unfortunately, SharePoint doesn't support he use of OData queries using the EndsWith() function. It supports StartsWith(), but not EndsWith(). In Power Automate you can use paging to get all the items from SharePoint and then use a Filter Array action to filter them by EndsWith.