We have 6 different divisions with different email addresses. I want to give the user the ability to choose which division their email should go to. Is there a way to route the email based on the option or division they’ve selected? I don’t want to have to create six different forms. Thanks
Hi @Heritage , you can achieve this in a single form. There are two options that you can try:
- You can set up different email integration actions based on field value conditions
- Or you can use logic to set a hidden field for which email to notify and then reference that email in a single email integration action
Option #2
can be a simpler one to manage.