Dears,
I am wondering if I could use a button to open different URLs based on different data action result.
For example, the button would open specific page, based on specific response result from data action in IVR/Architect.
Is this possible?
Can I pass URL parameter from IVR/Architect to static script? (Not popup screen!)
You can! We do this currently based off of a bridge action that returns URL's specific to each customer. We set the click action for the button to open url to pass it a variable that we collect from the bridge action.
How can I manipulate the string (Concatenation and Formatting URL for Button)?
I would like in the script, if the customer selects from dropdown list a value, the Button will be affected to open different URL?
Am I understanding correctly that you want to change the URL opened when the agent selects a new value in the drop down that is in the script?
Add the drop down box, set the variable name, populate the list with the text and URL pairs. Use the variable that you set for the drop down as the variable in the click action for the button.
If you need to manipulate the URL from there you may be best served by creating a custom script action and using that as the click action.