How can I combine multiple text fields so their contents fill the text box of the SendGrid API?
Heres my problem:
I'm trying to combine the Warehouse Manager (from the tutorial) with the SendGrid API, so that the collected information (Scanned article, quantity and username, 3 different fields) get pasted into the text area of the Email. However, when I map all 3 infos to the text area, only the last one goes into the email. I hope I described my problem well enough and thanks in advance.