Extract regex

Hi All,

Want to extract the aIp7600000009CcCAI from below link

https://databricks--uat2.sandbox.lightning.force.com/lightning/r/SBQQ__Quote__c/aIp7600000009CcCAI/related/CombinedAttachments/view

Hi @dutta.marina

Try this:

url = "https://databricks--uat2.sandbox.lightning.force.com/lightning/r/SBQQ__Quote__c/aIp7600000009CcCAI/related/CombinedAttachments/view"

desiredSegment = url.Split("/"c)(6)

Regards

Hi @dutta.marina

Check the below flow for better understanding:

Regards

1 Like

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