Hello everyone, I am encountering this error message when trying to run my scenario.
My goal is to add a new contact to Smartsuite everytime a new row is added to my spreadsheet.
I am adding rows using the Bardeen chrome extension and I scrape profile information from LinkedIn Profiles.
I am using in Module 1: Google Spreadsheet → Watch New Rows
and in Module 2: Smartsuite → Create a new contact.
The scenario fails to run Module 1.
This is the error message:
IMLError
Function ‘encodeURL’ finished with error! Function ‘composeWatchRowsRange’ finished with error! object null is not iterable (cannot read property Symbol(Symbol.iterator))
Origin
Make
Automatic error handler
If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like.
I looked for solutions in
Make community
Reddit
Perplexity.ai
ChatGPT4
Is it a problem in my module settings, in Google Sheets or in Make.com? Remember Watch New Row is a new function I believe.
When setting the “Row with headers” field, make sure to use the correct range. I noticed from your screenshot that you’ve set the range from “A1:AE,” but “AE” does not seem like a valid range. It should match the range in your sheet, like “A1:F10,” or whatever fits your data in Google Sheets.
I’m glad to hear that my suggestion helped steer you in the right direction!
Thanks a lot for circling back to this thread and sharing what ultimately worked for you and how you’ve set everything up. This could be super helpful to many others who are looking for similar information