Passing a variable in a URL action to a Custom URL

Can I pass a variable from a field in a URL action, to a custom URL in another visual? The variable is a unique identifier in the DB of the site in the custom URL, to display what the user interacting with the dashboard picks. In other words, when a user clicks on a row in the table, I want to pass that value to a website, so that the Custom URL below displays what the user picked. Take a look at it:

1 Like

Hello @hdezeduardo !

You should be able to use a parameter value to pass that unique id value. You will need to manually type in the “https://” portion because the url action won’t add that for you.

Also, I removed the images from question because it looked like it could potentially be sensitive information to your organization.

3 Likes