Stop and display

Purpose of this building block

Just as the Stop building block you can stop your flow at any point. This building block will show a document generated from a template to the user in case your flow was invoked from a link or when calling the integration URL.

Possible use cases

  • If you are generating HTML documents from a Google Doc or HTML template, you can easily present a personalized web-page to the user when reaching this building block
  • Stop and show a personalized PDF document in case a certain condition is true
  • Stop and display a personalized website if the execution after one of several exclusive steps were performed

Configuration

Click on the bold part in the title of the building block to select the document to be presented to the user.

Useful combinations

Restrict access to users

The Skip block is configured to skip the subsequent building block in case the condition is true.

In case the user ordering a certain item is no premium user a html file is generated based on a template document. The flow is stopped and a personalized document is show. It may inform the user that she/he has not yet signed up for a premium account. Therefore the selected item is not available.

userName
NOPREMIUM
item
NOPREMIUM
No Premium page

For a true ${premiumAccount} check the building blocks are skipped. After a personalized order confirmation is generated the flow stops and the confirmation page (html file) is shown.

userName
PREMIUMORDER
item
PREMIUMORDER
Premium Order page

Questions and Feedback

If you have any comments on this guide, feel free to add them right to the Google document that we are using to create this site.

If you are not yet member of the Ultradox community on Google+, please join now to get updates from our end or to provide feedback, bug reports or discuss with other users.

Last Updated:

Share on Google+Share on FacebookShare on TwitterShare on LinkedIn