I have a maintenance log for a museum - and would like to email various people a weekly report of outstanding maintenance issues.
Can this be done within Glide without resorting Make? Hoping so, but not had any success trying to work it out for myself.
Am thinking a scheduled workflow could loop through the list of issues, filtering as necessary, and build some HTML dynamically which forms the body of an email.
I guess another option would be to create a Query in a table - and use that to build the HTML ?
1 - A query to get new issues
2 - Lookup the template column
3 - Convert to a joined list - removing the comma
4 - Repeat 2 and 3 for in progress issues
5 - Pop it all into a template