Currently, my submit button submits the form when selected. On the Forms "OnSuccess" property I have this code below:
When the submit button is clicked, I will not receive an email as I get the notification of "No matching approver found for: & drpApprover.Selected.Value.
This however is not the case when I apply this code (Which works). The only difference is that I use an IF statement and there is only 1 condition:
I would appreciate any help on this. Thank you!