Note attribute not showing in email notification

Hi There,

We have an app that uses the note attribute section to save an attribute named “Estimated Arrival”. The problem i’m running into is i can’t get it to show the text in the notification email

i’m using:

{{ attributes.Estimated Arrival }}

It’s just not displaying anything- hoping someone can take a look and let me know what i’m doing wrong! Thanks!

1 Like

Figured it out and just wanted to share for reference!

{{ order.attributes["Estimated Arrival"] }}
1 Like