Adding Tasks in different Groups automatically

Hello community,

I need to know how I can automatically add tasks to track for different groups from an Excel file into Monday.com platform.

For example I have approximately 5000 tasks for 500 groups!!

Please help me to figure out!

What about uploading them all to one board and then using an automation to move them to the other board/group?

Hello,

Use Python + Monday.com API
Format Excel: Columns like Task Name, Group Name, etc.

Use Python to:

Create groups via API

Add tasks under each group

Best Regard,
Angela