Hello! I have a flow built and operational that pulls the responses from a group form and puts them into a List in SharePoint, then generates an email to the user and CC's a Teams channel email and an additional email that the user can opt to include.
It all goes swimmingly, but the Form has an optional field to input an additional email address to be copied on the correspondence. I had one user that input "N/A" into the Form, which prohibits the email from sending (List item still gets created).
Is there a straightforward way of essentially bypassing the additional email (labeled "Additional Email") if it is not valid? My thought was doing a quick check if the field contains an "@" symbol, then proceeding with the flow if the email address appears to be correct.
Here's a basic summary of the flow (the condition checks if there are attachments):