Him working on the e-com notification and i have a custom table (customtablename) and I can't figure out how to pass the Order.ID Order.ID in the where condition:
{% GlobalObjects.CustomTables["customtablename"].Items.Where("OrderID = '" + Order.ID + "'")[0]["FirstName"]
Order.ID in the where condition doesnt work, but if i only put {% Order.ID #%} in my html notification it return the good value...
Cause someone have a solution for that ? thank you