I need to update 56 HubSpot deal properties from Google Sheets data in a single operation instead of using an iterator that creates 56+ separate operations. I need help with ways to do that
Hello @Saranya_Ramakrishnan , use the Google sheet search module to pull all rows from Google sheet and aggregate the value then use the get() function to select specific items in the array.