I created a flow in pad that runs after a python script has been executed. The flow is mainly doing an outlook piece that goes into a specific folder, add the respective file in folder as an attachment to an email and sends email to respective persons.
I want to know if there is a way to setup PAD so that on a day that no files for a specific account is not in the folder, how to get it to move on to next step as opposed to breaking/stop running? Ex: If no “Enterprise Invoices” are there, flow will still move to next step to see if next accounts files is there to grab and attach to email.
PAD Email
tried to see if loop option would work along with a different if statement
2