It seems that even if we define an image field in a form to be “required”, users can nonetheless submit the form while the image is in the process of being uploaded, resulting in an empty value for the object’s field.
I tried to handle the error by directing users to another screen if they submit too early but it seems the condition “New [Object] > image is equal to (empty)” is not evaluated properly, so it cannot be useful.
@Lucien The issue of submitting the form before the upload is here: IMAGE UPLAOD BUG | Voters | Adalo We hope to resolve that this week. The issue regarding conditional actions is also currently being worked on