Show Debug Message

Display a text message to the Nintex Studio user when the wizard is run in debug mode. Here's a sample:

  • Messages like these help you know when the wizard has reached a certain point in its logic (and if it was reached successfully)

  • Debug messages only appear when the wizard is run in debug mode, so there's no need to remove them before the wizard is released to production (i.e., the end user won't see them when the wizard/sensor is run normally)

  1. Enter the title of the message

  2. Enter the text of the message as you want it to appear

    • To incorporate a variable value within the text, type the variable's name between dollar signs (e.g., $MyVar$)