Base64Encode conversion error in Salesforce spoke flow action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 05:25 AM - edited 11-14-2024 05:27 AM
Hi All,
I have tried all the possible ways as per different community threads but still I'm unable to convert the attachment to base64encode in Salesforce spoke flow action. getting the below error:
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 09:46 AM
@Rajesh Mushke You can create a Script Include in the global scope to handle the base64 encoding and then call this Script Include from your Salesforce spoke action.
Or you can explicitly allow cross-scope access by adding a Cross-Scope Access Rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 12:38 AM - edited 11-15-2024 01:25 AM
Hi @Abhay Kumar1,
Thanks for the response!
Cross scope access iss already present in my instance
And, i have tried with Global script include already but still no luck
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke