Notification

Structure and debug your flow

mynotification

If your flow is getting more complex, it is a good idea to add some comments to it. Comments will not only show up as text in the header of the building blocks but will also be printed to the console when running the flow

Use cases

  • Include comments in your flow to improve the readability
  • Use comments to analyze your flow (e.g. check current variable values) as they are printed in the console

Configuration

Click on the bold text in the title of the building block to edit the comment.

Useful combinations

Display variable values in the console

Increase by 1 and reset yearly

invoiceNumber

Invoice number ${invoiceNumber}

invoiceNumber
Invoice number 15

Define an invoiceNumber Counter containing the current invoice number. Enter the variable in the description of a Comment block and every time the Comment building block is executed the current counter value is shown in the console.

Learn more

The comment building block is a great way to track down errors in your flow.

Check out the Finding Errors guide for details.

Questions and Feedback

If you have any comments on this page, feel free to add suggestions 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: 15.05.18