Generate Link action allows you to dynamically create links to a specific source or page. You can use the generated links to enable users to quickly access or share the target content. Additionally, you can enhance the user experience with notifications or dynamic redirects.
Technical Features
Parameters in Generate Link Action
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
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.
Technical Risks
The Generate Link action allows you to create dynamic and user-friendly redirects in your application. Users can quickly access target content via links from notifications or specific actions. This action speeds up the user experience and provides a personalised interaction.