Nanoflow ask for user input

0
Hi All,   I have the following nanoflow under a SAVE button that would validate the data before saving it:   The validation makes sure that there is no duplicate record in the database. If a record is found that is marked as ‘Deleted’ (using a Status attribute), I would like to ask the user to see if to ‘recover’ that record.   Record Status is an integer: 1 - New 2 - Updated 5 - Sync 7 - Deleted 8 - Deleted Sync   This would be under this IF statement:   Is there a way to get the user input in a nanoflow?   I am thinking of a Yes/No question in a popup.   Thank you
asked
0 answers