Is there a way to format the Digest notifications (for admin only) so that rather than just a list of text, it can display as a table?
I’ll add that I did put a table in, but it creates an individual table for each person, which doesn’t really help.
Is there a way to format the Digest notifications (for admin only) so that rather than just a list of text, it can display as a table?
I’ll add that I did put a table in, but it creates an individual table for each person, which doesn’t really help.
Best answer by Moshe.Machlav
Hi
Unfortunately, creating a single, unified table for digest notifications isn't possible using Docebo's native Notifications app.
The reason you're seeing individual tables for each person is due to how Docebo processes the digest shortcodes at the code level. The system loops the entire HTML block for every record it finds. If you put tags inside or around the loop, the system repeats the entire table structure for every iteration, rather than just adding a new row () to a single master table.
If having a clean, single-table layout in the email is an absolute must for your admins, the best workaround is using Docebo Connect.
When I deployed a similar administrative alert requirement for a large gaming organization (Playtika), we hit this exact same formatting wall. The pattern that holds up best in these scenarios is to use Docebo Connect to run a scheduled recipe that pulls the necessary data, aggregates it, constructs a single, properly formatted HTML table using a text formatter, and then emails it directly to the admins. This takes it out of the native notifications engine and gives you 100% control over the email design.
For reference on how native digest shortcodes behave, you can review the documentation here: Managing the Notifications App – Docebo Help Center
Hope this helps save you from tearing your hair out trying to fix the HTML!
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.