Hi all. I need a brain pick and it might be a simple answer where I just can’t see the option. Basically I I have the following workflow on a Submit button. Works well BUT what I want it to do in the Else condition after showing the notification is go back to the same screen with the same input. Basically so people can have a look see and maybe amend something so there is no conflict. For the life of me I can’t see what that might be as an option so wondering a) if this is possible and b) what the option is to select to do this (assuming it is possible). Thanks
Are you using a native form or a custom form?
If a native form, it’s too late once the form has been submitted as the new row has already been added (and looking at that workflow, you might also have a duplicate row)
If a custom form, you should be able to detect the duplicate and prevent the form from being submitted in the first place.
If you have a look at my Custom Forms concept App, it does exactly that.
I assume native is the form Glide makes? If so then native. I will have a look at the custom app you referred and try it that way . Thanks so much.
Yes, for any sort of pre-submit validation other than what Glide provides, the best approach is with a Custom Form. If you do end up sticking with the native Form, then you will want to get rid of that Add Row step in your workflow, otherwise you’ll have two rows being created every time a user submits.