I have an optional upload element on the page. Users can upload a PDF if they want to, but not required.
In the workflow, I call the Upload File action.
When there is no file that is being uploaded, this throw an error “No File Selected”
Is there a way around this? I want to have file upload as an optional field.
Thank you,