I've built a flow from Microsoft Excel that allows a user to basically click on a row and send information included in that row in an email. I've added three inputs to the row selection step in which the user can upload documents that can be attached to the email (see the screenshot below):
Here is the Send an email (V2) step:
The Send an email (V2) step works properly ONLY IF someone uses all three file upload inputs. If any of the file inputs are left blank, the Send an email (v2) step fails (Bad Request - Attachment namee and content bytes cannot be null or empty).
How can this flow be modified so that the flow will still run even if all three file upload inputs are not used?
Thank you!