What is your goal?
I need to extract just the email addresses and format them into a single text string separated by commas (e.g., email1, email2). I’m trying to create a script that will create summaries from meeting transcripts, take email addresses from Google Calendar meetings and create a gmail draft message.
What is the problem?
I’m stuck on one issue. I have a raw text bundle that looks like a JSON fragment containing attendee data {“email":"[email protected]”,“organizer”:true,“self”:true,“responseStatus”:“accepted”}, {“email":"[email protected]”,“responseStatus”:"needsAc (unfortunately it doesn’t display fully.
What have you tried so far?
I tried to use an array aggregator instead of a text aggregator, but it didn’t work. It displayed empty values when I tried to use the “set a variable” tool.
