I am creating an approval application that allows users to input requests and submit a form. I need to send an email based on a user selection in a dropdown menu, which contains roles like "Asset Manager," "Inventory Manager," "Regional Manager," and "Global Operations Director." Each role has a specific email tied to it, stored in my SharePoint list.
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!