Hi All, I’m having this recurring problem where users upload a . AVIF image file, and because of the rest of an automated workflow I have in make.com, that type of file breaks my automation. I know I can probably do a file conversion down the line, but is there any way to not allow a file type right at the start in Gilde?
If it’s inside a custom form, you can use some computed columns to extract the extension of the file uploaded.
If it’s not AVIF, you don’t allow them to submit the form and show an error message with a Hint component.