Validate a field based on other fields

So the edit form has a “Published” switch. When on, need to verify if images have been provided.

The workflow below attempts to do it, but the “Published” field evaluated in the condition is from the stored data(not the field value in the form)

So how to evaluate the Published field in the form?

Can you not make the Image Picker “required” in your form?

If for any reason that doesn’t resolve the issue, then an approach that can be taken is to use a Custom Form.

1 Like