Go-to

How it Works?

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.

  1. Conditional Logic: Define conditions using user attributes to determine which block a user will be directed to.

  2. Attribute Selection: Utilize the {{ }} syntax to designate the specific user attribute you want to evaluate in your condition.

  3. 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

  4. 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).

  5. Block Selection: Once your condition is set, select the desired block you want users to be redirected to if the condition evaluates to true.

  6. 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.

Last updated