Hi,
I would like to send users a welcome email when they log into my app. I am using the Sendgrid API and I am trying to build a node which takes the user name and email address as inputs.I then would like pass on the value of the name input to the name variable in my dynamic template.
The node works when I dont use the input value and hardcode the name, but when I try to set the template variable to the input field I get an error: "Template Config has invalid expression"
Any suggestions on how I could fix this?