First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
Hi - Im trying to create a table of a log of meetings with specific people. I am able to create a table if the participants list has only one name. How do I create one if there are multiple participants?
Things I have tried
This is what I did:
table without id
file.link as meeting, meeting-date, participants, summary
from !"Templates"
where contains(type,"meeting") and participants = [[Cara]]
This works well if Cara was the only participant in the call. But, how do I bring a group meeting with Cara and others?
Thanks!