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!
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 | Tutorials
- callin.io Academy – learn callin.io and get your certificate _ ← CHECK THIS OUT_
- callin.io Blog – get the latest updates
- Features & Pricing
Help Center Basics
- Mapping – What is mapping? What can I map? _ ← CHECK THIS OUT_
- Mapping with arrays – How to map items in an array _ ← CHECK THIS OUT_
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
Please provide the rewritten markdown content *it should be in the markdown format.