Does the email content code editor support all of liquid js?
Our team has been using the block editor for some time, however, a new workflow we are working on has proven difficult with the block editor so we decided to leverage the code editor thinking we can use any liquid syntax.
The problem is that we are unable to get things like
In our case we have a payload such as
and we first fire an immediate in app notification, however, afterwards we have a digest block and an email step
Our goal with the email step is to iterate over the unique projects, and unique entities to group messages by context.
This is possible with
The problem is that we are unable to get things like
assign or uniq to work. It seams the code editor is only supporting that which is also supported in the block editor.In our case we have a payload such as
and we first fire an immediate in app notification, however, afterwards we have a digest block and an email step
Our goal with the email step is to iterate over the unique projects, and unique entities to group messages by context.
This is possible with
assign tag and uniq filter along with some additional liquid functionality but it doesn't seam like this can be done inside Novu. Is this correct? Or is there something I am missing?