Convert Monday.com Text column to Monday.com Location column more efficiently

Hello,
I created this scenario to convert a text column (Full Address) to a location column on Monday.com. It works! … but depletes 5,967 operations and 4.4 MB to complete 5958 columns. Is there a way to do this more efficiently with the iterator or aggregator?


Howdy @Robert_Hutchison Welcome to the :make: Make Community!

You can combine multiple actions into a single operation, using the “make graphQL query” Monday Module.
br

Multiple Requests in one make Operation:

https://developer.monday.com/api-reference/docs/introduction-to-graphql#multiple-queries-in-one-request

br

A Monday GraphQL Sandbox to experiment with your mutations

https://monday.com/developers/v2/try-it-yourself

br

Make Documentation for this module

https://www.make.com/en/help/app/monday-v2?_ga=2.89088984.294877917.1668725955-1666554217.1654878008#execute-a-graphql-query-964747

1 Like