Message to users

Hello,

Is there any way to get an error message through a user action?

Thank you,
Rafa

For the action, use a link to a new screen (modal screen) and then set the visibility settings to “Sometimes” and set the condition for which the error would display.

Example:
Form input and button

Button actions on click:

  1. Link to success screen via Push
  • This only happens when… Sometimes… When Form input is not equal to empty
  1. Link to new error modal screen via Modal
  • This only happens when… Sometimes… When Form input is equal to empty
1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.