Send email from the Form value

  • 8 August 2019
  • 5 replies
  • 9 views

Hi All, 

 

My form has a text field to provide email (My domain email id, not external)

 

Requirement: User wants to send this form to a dedicated person in RFI's divison. So he is typing specific email id, is it possible to send the submit form to the provided email ID? 

 

I tried to create a look up, but not working. 

 

3876iB3DB8A90E5D70272.jpg

 

 

3877iF6FA437F854F1816.jpg


5 replies

Badge +5

You want to send an email to the specified email in the initial form ? 

Userlevel 6
Badge +22

Hi,


For debugging I would use a Log In History List action that has the the lookup configured the same way and see what is returned.  That way you can tell if its the lookup that is the problem or the metadata that is being returned that is the issue i.e the format of the email address.


 

Yes, I want to send an email (To, the email id mentioned in the form)
e.g if I write abc@XYZ.com in my form, so email must go to abc@XYZ.com only
Badge +3

Try using Email service: External EMail and attachment. configuration in the email action. If it didn't work, move the text field vlaue to a variable and first print the variable to logs and see if there is an email in it and use the variable in the email action.

Hi Lucky!
Can you please elaborate more on "move the text field vlaue to a variable and first print the variable to logs"

Reply