This problem seems to have started after a recent PAD update. I am doing an Invoke Web Response action, a GET to the Airtable API.
My URL is %TargetURLForCaseStatus%?filterByFormula={Root}="%CaseStatus%"
Root is the name of a field in an Airtable table. I believe this was recently working but I am now getting an invalid filter error.
The value of CaseStatus is:
Can't Process: Missing Acct #
As a test, I hard-coded the value of CaseStatus to just the letter A, making the error disappear. So it seems as if URL encoding is suddenly needed. How do I fix this?
My flow does not have PowerFx enabled