Cannot retrieve variables from Form in Sendgrid Resource

  • Goal: I want to send an e-mail through the Sendgrid Resource.

  • Steps: I use the resource and configured the body. No matter how I configure the body, it keeps saying 'contactForm' or 'contactInput' is out of scope for this editor'. I tried to get the variables in so many ways:

{{contactForm.contactIEmailInput.value}}
{{contactIEmailInput.value}}
{{contactForm.contactIEmailInput}}
{{contactIEmailInput}}

I moved it to global scope and back to page scope and so on. No way I can retreive those values from that form.

Thanks for any help. :pray:

Hi @Tom_Suter,

Thanks for reaching out about this!

:thinking: Any chance you can DM me the app json export? It's hard to say why it appears out of scope. Moving the query to global would have been my first troubleshooting step

If you run the query, does it say the contactForm values are undefined? Just want to double check that it is actually out of scope vs a linting bug


This did the trick. :grimacing:

1 Like