Passing multiple parameters in "Navigate to URL" action node
Summary
Is it possible to dynamically pass multiple parameters while calling an external URL through "Navigate to URL"?Content
Hello All,
I am new to VBCS and have some basic query regarding calling an external url passing in some parameters, on click of a button.
I have a VBCS page where I am reading couple of record from a webservice endpoint and displaying them in a list view. Also, I have a route button in each record row of the list view, and when I click on any of these route buttons in any of these rows, it should take 2 attributes (say customer id and region), and call an external link with these two attributes being added as url parameter to render the page of that external application.
1