Extracting email addresses from Google Calendar

:bullseye: 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.

:thinking: 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.

:test_tube: 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.

:camera_with_flash: Screenshots: scenario setup, module configuration, errors

Hey there,

Just change the configuration of the text aggregator to only aggregate the email addresses in a comma separated lost. Right now it looks like you set it to aggregate everything.

Do clients ever ask you to add approval steps before AI agents take actions (like sending messages, refunds, or updating systems)?

Or is that not really something people care about yet?

I was told to make it create an email draft first in order to verify it manually before sending. However, in the past, when I was tasked with making a social media agent, the posts were created without approval and it was fine.