Create custom error message.

0
Hello, I need help creating a custom error message, and storing its content somewhere in order to use it as input on another page or widget. Do i need to create a new entity to store this custom error message? I would greatly appreciate any help. Emilio M.
asked
1 answers
0

If you want to show the message on another page or in a widget you’ll need to store this somewhere.

The logical place would be a new entity either persistent or non-persistent.

You might also consider to pass the error message, that you have created in a microflow, to an attribute of the entity for which you show the new page.

answered