I was trying to create an action to add URL links to one of the visual analysis. The task is when user click opportunity ID on my table, it will take them directly to the specific opportunity entry in SFDC. Here is the general weblink for our opportunities:
https://aws-crm.lightning.force.com/lightning/r/Opportunity/123456789012345678/view
The number in the above link represents 18 digits of SFDC opportunity ID.
With that said, I selected URL action and added the following:
https://aws-crm.lightning.force.com/lightning/r/Opportunity/<>/view
My column is named Opp ID. So I added <>. However, the action does not work. It takes me to SFDC but not with the specific opportunity entry. It shows Page doesn’t exist, Enter a valid URL and try again.
Please help. Is there any format issue with the opp ID? those are 18 digit IDs. The format shows String.