Use Case: Creating Dynamic Links and Redirects

In an educational application, the Generate Link action is used to create a special training link after the user completes their registration. This can be done via a button triggered after registration.

Creating a Dynamic Link After User Registration

  1. Go to the UI Design Module: Enter the UI Design module and drag and drop a Button element from the Elements panel on the left side.
  2. Customise the Button Label: In the Properties panel, enter a phrase such as ‘Go to Training Page’ or ‘Complete Registration and Redirect’ in the Label section of the button.
  3. Add Action: Select the relevant button and add the OnClick → Navigation → Generate Link action from the + ADD ACTION menu.

Configure Generate Link Action

ToScreen: ‘EducationPage’ (The name of the page you want to redirect the user to, can be determined dynamically.)

With this configuration, you can dynamically redirect the user to the training page with a single click after they register in the system. When the Generate Link action is executed, the user is redirected to the Education Page screen and can access the training content.