Hi!
I'm using a dialog process to guide the users through creating a specific record. The dialog has several steps, and I just discovered that if the user clicks "previous" in the last screen to go back and edit something, then presses "next" and "finish" again, the result is that the record is created twice. Is there anything I can do to avoid this behaviour?
I know I can probably hide the "previous" button, but the users like this feature, and it would be unsupported too, so I would rather avoid this. I could create my own custom activity to create my record, and do a check if the record number already exists before creation, but that'll take some time to get in place, which I'd rather use on something else.
If anyone have any suggestion on how to correct this behavior I would most definitely appreciate it