The Link function is used to automatically redirect the user to an external URL. But for this to work correctly, you need to connect it to an action element, such as: Button, Redirect, Quiz, or Form.How to configure
Add a button or other action element on the previous page.
Connect that button to the Link function in the Flow.
Done! Now, when the user clicks the button, they will be redirected to the link you configured.Automatic redirectIf you want the user to be redirected without needing to click anything:
Add the Redirect element on the previous page.
Connect that element to the Link function.
This way, the user will be automatically taken to the link when the time defined in the element ends.When to use
Take the user to a sales page, checkout, or external site.
Redirect to another funnel, support channel, or custom link.