I have and SQL database accessible via a on premise gateway, that I wish to trigger an email notification when a particular customer transaction is generated.
The is pretty straight forward and I have this running successfully.
I would like to inset details from the triggering transaction to the Body of the Email, the information I would like to insert is from linked tables in the SQL Database. In the "When an item is created (V2)" trigger, one of the Advanced option is for a "Select Query".
I have entered a Select query in to this field with Joins but still can't access the fields in the other tables