Ask AI Failed! There was an error in your Ask AI node

I am creating automation for my daily task while i am newbie to gumloop i don’t exactly know what causing problem here is my run failed url: Gumloop | Hub

Hey @urvish - Could you please share the workbook link as well. Also make sure to set the share access to ‘anyone with the link can view’

ya sure here it is https://www.gumloop.com/pipeline?workbook_id=ahV2L1KZAjcFPBZt2t8S55 i played around and solved some error but a new type error came what i want is to get daily task on calendar app with different time, description, name daily but it’s throwing type error i used AI to get help but nothing works.

A lot of the list operation nodes seem unnecessary here - I’m not sure exactly what you’re trying to do but the list type mismatch error was due loop mode being enabled in the Flatten Lists of List node, I disabled that here: https://www.gumloop.com/pipeline?workbook_id=v4QthL3t4UJfifeRBPjN1M

I saw the errors are gonna but it run but the thing is now i am only getting one task for the day it would be great if i get all the todo task with time in my calendar daily. I don’t know asked so much about this in AI but it saying add more duplicate into project but still the type occur

here is modified link: https://www.gumloop.com/pipeline?workbook_id=9STQZYqqS3JLPxL9QxvUnW

This already getting the all task in get list item index[1]
1
Free Time

2
90

3
2025-02-18T06:00:00+05:30 Get Ready for the Day

4
90

5
2025-02-18T07:30:00+05:30 College

6
480

7
2025-02-18T09:00:00+05:30 Gym

8
120

9
2025-02-18T17:00:00+05:30 Shipyard Project

10
60

11
2025-02-18T19:00:00+05:30 English Practice

12
60

13
2025-02-18T20:00:00+05:30 Dinner

14
60

15
2025-02-18T19:40:00+05:30

I see. Could you share the run link for this from the https://www.gumloop.com/history page please?

ya sure. here is the link: https://www.gumloop.com/pipeline?run_id=YHidpYEV7wAV6kZiQ4LjrK&workbook_id=v4QthL3t4UJfifeRBPjN1M

Thank you! You should use an Extract Data node and enable Extract List so that it can extract a list of event information and then the subsequent event creator node can run in loop mode and create multiple events.

Here’s an example: https://www.gumloop.com/pipeline?workbook_id=aB2UKnNBjK6QDMRnrGDHZR

Let me know if this works for you.

I did exactly what you said but still it throw me types errors when i turn on loop mode

here is the link: https://www.gumloop.com/pipeline?workbook_id=9STQZYqqS3JLPxL9QxvUnW&run_id=HXto4TNMPDU3cezBqiauUf

@urvish - I don’t see type errors here, can you share the run link with that?

I’d recommend using one Extract Data node for all the fields and then enabling Extract List in the node. Similar to this example: https://www.gumloop.com/pipeline?workbook_id=aB2UKnNBjK6QDMRnrGDHZR

This topic was solved and automatically closed 4 days after the last reply. New replies are no longer allowed.