Hello,
I’m putting together an abandoned cart flow and for the second email I would like to put the name of the highest value item in the customers cart into the subject.
So far I’ve figured out how to pull the first item from the array using {{ event.Items.0 }} and a random item into the subject, but would like to be able to display the highest value item. Any help with this would be greatly appreciated!
For example, I’d like to say something like: “Don’t forget about your (Highest value item)”
Thanks :)