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

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-…

Continue Reading Nishant Rana’s Article on their blog

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

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…

Blog Syndicated with Nishant Rana’s Permission

Author: Nishant Rana

Share This Post On
Share via
Copy link
Powered by Social Snap