How to add Notification tab and show alert when an entity is created/modified

0
Hello, I am pages to save or modify an entity and once it changes are successful, I wish to show an Notification alert in the overview page with the created/modified entity with different message like  Course : <1> has been created. Course : <1> has been modified.
asked
1 answers
1

Hi Abhishek ,

In the save button microflow at the end of the microflow add show message activity , there you can mention the message dynamically as per your operation

answered