Go-to
Last updated
Last updated
This card allows you to redirect users to specific blocks within your story based on pre-defined conditions or user attributes. Imagine a scenario where a user enters a block, and the "Go to Block" card evaluates their profile and directs them to the most relevant section of the conversation.
Conditional Logic: Define conditions using user attributes to determine which block a user will be directed to.
Attribute Selection: Utilize the {{ }}
syntax to designate the specific user attribute you want to evaluate in your condition.
Comparison Operators: Construct your condition by choosing an appropriate comparison operator from the available options:
Starts With
Ends With
Equal To
Not Equal To
Contains
Not Contains
Less Than
Greater Than
Is Set
Value Setting: Depending on the chosen operator, you may need to specify a value for comparison (e.g., "Equal To" requires a specific value to compare against).
Block Selection: Once your condition is set, select the desired block you want users to be redirected to if the condition evaluates to true.
Execution Mode: For scenarios involving multiple target blocks, use the toggle button to define execution mode:
Sequential: Blocks will be executed one after another in the order they are listed.
Random: Blocks will be chosen and executed randomly, offering users a varied experience.