I’m attempting to redirect to a page in my application on button click. Here is the section I’d like to add the redirect functionality to:
And here’s the page I’d like to redirect to:
Is there a way to achieve this?
Thanks!
I’m attempting to redirect to a page in my application on button click. Here is the section I’d like to add the redirect functionality to:
And here’s the page I’d like to redirect to:
Is there a way to achieve this?
Thanks!
@DevinD16607791 Hi,
You can configure action set for the button, to launch harness. follow the below steps
Click on the button properties go to actions tab
configure the event as click, and action set as launch harness
give the class and harness name and other items
submit save
Now test the configuration
Please let us know if it works
@SrinidhiM That worked! Thanks!