I am trying to initiate a CLM Workflow from a Salesforce Flow. I am able to initiate the workflow from Flow, but am unable to figure out how to pass a recordId.
I see that the Salesforce Flow Action “Start DocuSign CLM Workflow” which calls DFSLE__CLMWORKFLOWREQUEST expects a Salesforce recordId because it fails when I put a random string of text or a Docusign ID with the message “An Apex error occurred: System.StringException: Invalid id: cxxxxx” and succeeds when I populate the field with a valid SFID.
I see that I am initiating a workflow in Docusign CLM as I get a record of the workflow’s execution.
But I can not access the recordId in the workflow.
I have tried creating variables with all sorts of name to see if they are populated, but none of them work. (recordId, Record_ID, SalesforceID, id, userId, accountId, contactID etc...)
Does anyone know how I can access this record id from within SF?
Thanks
Gretchen