Depending on what kind of list of things you want to show in your repeating section in your email template this might be different for you.
But you can see how Iâm searching for my list of responses for the current user in the example above.
Once weâve got our list of things, we need to format the results of the list in a way that Postmark can understand to inject into our email template.
To do this we need to take our search results and use the format as text operator on the results.
This is where things get a tiny bit code-y - but donât be intimidated⌠itâs quite quick to pick up once you get the format.
As you can see in the box below, we can see the format content as text interface.
This is where we are going to build our json object.
The basic structure is thisâŚ
{âfieldnameâ: âyourDynamicFieldâ, âanotherfieldnameâ: âyourNextDynamicFieldâ}
In my example, Iâve injected a ton of stuff in there to populate my template, but yours might only be one or two fields.