Operations Efficiency

Hello Make community,
I’m currently working on a scenario that involves importing data from an Excel file and then sending it to a monday.com board. For each row in the Excel file, I need to create a new item in the monday.com board. The scenario is set to run once daily, and the Excel file can contain up to 1000 rows. Each time an item is created in the monday.com board, it consumes 1 operation. This means the total operations could go up to 30000.
I’m wondering if there’s a way to batch all the data at once to save on operations for my scenario.
I appreciate your help in advance!

Is there a way to batch create multiple Monday.com records using their API? Maybe worth an ask from Monday or check out their API.

2 Likes