Im connecting Salesforce to my retool app using the built-in integration.
There is an option at the bottom of the page called "Enable using Salesforce access token in any REST API resource".
If I understand correctly, this allows me to use the access token of this resource in other RestAPI resources using the text: xxxxxxxxxxxxxxx.SALESFORCE_ACCESS_TOKEN
Obviously, I placed this in the request header "authorization: Bearer xxxxxxxxxxxxxxx.SALESFORCE_ACCESS_TOKEN" but it didn't work, and it simply sent it as plain text instead of passing the access token.
Can someone help here?
Or explain this option for me in case Im using it in the wrong way?
Thank you!