Redirect to Page on Button Click

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

  1. Click on the button properties go to actions tab

  2. configure the event as click, and action set as launch harness

  3. give the class and harness name and other items

  4. submit save

Now test the configuration

Please let us know if it works

@SrinidhiM That worked! Thanks!