
Announcements
I've followed the steps detailed at this help article, but I'm still running into issues. The access token I'm getting from Salesforce via REST early in my flow has invalid base64 characters (periods and exclamation points). When I attempt to make a REST call against a Salesforce object using this access token, I receive the error below.
InvalidTemplate. Unable to process template language expressions in action 'HTTP' inputs at line '0' and column '0': 'The template language function 'base64ToString' was invoked with a parameter that is not valid. The value cannot be decoded from base64 representation.'.
Has anyone been able to successfully get files from Salesforce, whether by REST or other means?
After much pain and anguish, I found that the issue was the formatting of the URI in the HTTP action. If I formatted the HTTP action like this...
...I kept getting the "invalid template" error. But once I put the URI into a variable, it started working!