Hello, with the new Docusign security setting in Salesforce, I disconnected and reconnected the organisation to Docusign, and since then I have been experiencing a problem.
When the user reconnects to Docusign via Salesforce CPQ, they receive an error message indicating that the URL does not exist. They wait 10 minutes and then they can generate their document without any problems.
I made a Salesforce query that shows me the URL stored in my flow, which is different from the URL in the error message.
My flow calls the following URL:
URLFOR(“/apex/dfsle__gendocumentgenerator”.
The URL in the error message contains apex/dfsle__CompleteSpringOAuth
Have you encountered this problem? Do I need to change my URL in my flow?
waiting