My stack is Make, Airtable, and Softr.
I have a form that takes an optional image. A user just uploaded the wrong filetype and broke the scenario.
In considering my options to fix this, I don’t like any of my ideas and am hoping there’s something else.
What I really want is to provide the error message back to Softr rather than continuing to run the scenario, but I’m not finding any way to do it. (Ideally, that would happen before it even sends the webhook.)
-
process the info without the bad file.
Downside: Most users get a limited number of queries per month, and they may be unhappy to waste one when there was an error. -
Create a record in Airtable, with a field that tracks the error (currently, in the scenario, the record isn’t created until the end.)
-
Build a custom form outside of Softr that has error handling (I know that’s outside the scope of this group)
Maybe this question belongs more in a Softr community but if you have anything I haven’t thought of on the Make side, let me know.
Thanks