How to pass current workflow application url pass to Next workflow in application?

Hi ,

I want to salesforce url pass from one workflow to other workflow.
first workflow salesforce url end of process having (https://rexnord--fulla.sandbox.lightning.force.com/lightning/r/OrderSummary/1Osbb0000002lsTCAQ/view?ws=%2Flightning%2Fr%2FSBQQ__Quote__c%2FaAMbb0000001bS9GAI%2Fview)

Same page perform in Second workflow so i want to pass as input argumne t first workflow end url …but this is dynamic url

I am passing url in second worflow (https://rexnord--fulla.sandbox.lightning.force.com/lightning/r/OrderSummary/*)

But this is not working…How to achieve this?

Is there any other way to perform this?

Thanks,
Rama

Hi @rama_krishna_Rao

Check the below thread

Regards,

1 Like

@rama_krishna_Rao,

Use Get URL activity inside the Use application/ browser to get the URL and pass that URL to your chil workflow.

In child workflow make the selector URL dynamic to use this passed URL as title.

Thanks,
Ashok :slightly_smiling_face:

Thanks a lot Ashok,

It’s working.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.