Jeff, thank you and I have tried around a bit with joined lists (strange design from glideapps - anyway) - and hint how i get the “joined” into an email based on a time trigger? Under data I did not find anything linke “get data”? thx in advance
BR Stefan
I believe you can achieve this with the following approach:
If you need a “daily summary notification” showing which journal entries were created today, I recommend starting by creating a relation column in the User table. This relation should connect today’s date to the DateCreated column in your Journal table. Make sure to convert DateCreated and today's date into a math date format to ensure the relation works properly. Also, enable “Match multiple” in the relation, since there could be multiple journal entries created on the same day.
Still within the User table, you can then:
Add a lookup column to retrieve the Title from the related journal entries.
Create a joined text column based on that lookup, using a “newline” as the separator to ensure each title appears on its own line.
With this joined text column, you can now set up a scheduled workflow that loops through the User table and sends an email (or notification) containing that text as the daily summary.
Hi - ok i am getting confused a bit here. I do have a “query column” which links todays Journal entries to a column in the same table Field called “TodaysEntries” > currently there are two linked items in that field - sorry, I think i now would need help on how to get the details out of that field (like title and kategorie) into a mail? If i do this with a lookup in the workflow i do only get the linked category term > “Gedanken Gedanken” is then in the mail. BIG THX again.
Thanks a lot for the insights, really helpful!
I tried to break it down step-by-step so I could understand how everything connects. I used the relation + lookup + joined list method just to make the logic clearer for myself, but I can see how using a query and going straight to a joined list would simplify things.
Awesome. thx. works. trying to add a link to the list it seems not getting sent via mail. Any escape charaters i need to use in a template coumn or for the mail function please?
GM sure - this is how the template field is constrcuted. It’s for the mail HTML body - tried with html markup and without - the link does not appear in the mail (date and category does).