Hi community,
I have a main established flow that my team have been using for a long time, which has an action at the end which sends a notification email to the requestor on submission of a form.
I am trying to add a new email notification action which gets sent to a positional mailbox from an answer in the form. So as a start I've created a parallel email action at the end of the flow which sends this different email to the positional mailbox which the requestor has selected from a question in the form. This part works fine, however it will only work if the question in the form is 'required'. But I don't particularly want this a mandatory question.
So I am trying to figure out how to create a condition that still sends out the main email even when the positional mailbox question hasn't been answered in the form.
Any and all help is much appreciated.