Skip to content
AI Voice Assistant:...
 
Notifications
Clear all

AI Voice Assistant: Retrieving Variables

2 Posts
2 Users
0 Reactions
6 Views
Bruno_Gomezz
(@bruno_gomezz)
Posts: 1
New Member
Topic starter
 

I'm developing a bot and need to retrieve specific dates from Google Calendar to send back to it. The challenge is that Google Calendar provides these dates in a single array containing three bundles. My goal is to extract the 'start' value from each of these bundles and transform them into individual variables that can then be sent back to the bot. I've been working on this for 19 hours; any assistance would be greatly appreciated.

The three variables I aim to obtain (one for each 'start' value):

This is the closest I've gotten, but I'm struggling to extract the required values.

ANY HELP IS GREATLY APPRECIATED!

 
Posted : 05/04/2024 11:56 pm
samliew
(@samliew)
Posts: 293
Reputable Member
 

Welcome to the callin.io community!

I don’t think you need an Iterator when you can just use the built-in map function, and then use the built-in join function.

But if you want to use an Iterator module, you can use a Text Aggregator to combine them into a single text variable.

Links

Here are some useful links and guides to help you get started and learn more on how to use the callin.io platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

Please provide the rewritten markdown content *it should be in the markdown format.

 
Posted : 06/04/2024 3:33 am
Share: