@Salesforce Flow Automation I am using the standard file upload component in a screen flow and using the Convert CSV to records that @Narender Singh built (https://unofficialsf.com/narender-singh-brings-csv-imports-to-flow/). My issue is I can skip the file upload and the convert action does not throw an error. How can I either require a file to be uploaded or get the component to throw an error?
4 件のコメント
Have you tried EmptyString instead (is that an option)? Alternatively, and this isnt ideal, you could assign the collection to a number and if the number is = 0 (make the default 0 when you set up the variable) use that as your decision