Hello! I'm using Novu 2.3.0 (self-hosted). And I'm trying to create a simple in-app step with a digest step before it. However I cannot find a way to make a simple loop inside the in-app step with the editor:
Hello {{subscriber.firstName}}!
Here is a summary of your recent updates ({{steps.digest-step.eventCount}}):
{{#each steps.digest.events}}
...content using this...
{{/each}}
Any ideas how can I make a loop? And for example to list all payload data from all accumulated messages.