web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Nishant Rana’s Weblog / How to – Handle single quot...

How to – Handle single quote/apostrophe in Filter Rows in Power Automate (Dataverse)

Nishant Rana Profile Picture Nishant Rana 11,325 Microsoft Employee
Say for e.g. we have the below flow, which finds the lead having subject as “My Test’s Value” On running it we get the below error To make it work we can make use of replace function here. replace(variables('Subject'),'''','''''') ‘ = to espace ‘ = special character replace(variables(‘Subject’),‘‘‘‘,‘‘‘‘‘‘) Please refer to the helpful post- https://techcommunity.microsoft.com/t5/power-apps-power-automate/how-to-handle-single-quotes-in-the-filter-property-with-get/m-p/2617747 … Continue reading "How to – Handle single quote/apostrophe in Filter Rows in Power Automate (Dataverse)"

This was originally posted here.

Comments

*This post is locked for comments