ouplex 🐺
ouplex 🐺
BRBuildShip + Rowy
Created by ouplex 🐺 on 5/19/2024 in #❓・buildship-help
Google sheet node error
I removed them and I tested it 2 times and it worked. So i think maybe the curly braces were the problem.
12 replies
BRBuildShip + Rowy
Created by ouplex 🐺 on 5/19/2024 in #❓・buildship-help
Google sheet node error
I think I found the problem: function parseCellReference1({cellReference}) so probably these curly braces made the type to be 'object' rather than string.
12 replies
BRBuildShip + Rowy
Created by ouplex 🐺 on 5/19/2024 in #❓・buildship-help
Google sheet node error
so that means that the parameter I am giving the function should be string
12 replies
BRBuildShip + Rowy
Created by ouplex 🐺 on 5/19/2024 in #❓・buildship-help
Google sheet node error
@Gaurav Chadha This is strange because I added this line: return typeof actualCell; and it return string
12 replies
BRBuildShip + Rowy
Created by ouplex 🐺 on 5/19/2024 in #❓・buildship-help
Google sheet node error
@Gaurav Chadha Could you specify which variable is not in the correct type?
12 replies
BRBuildShip + Rowy
Created by ouplex 🐺 on 5/18/2024 in #❓・buildship-help
Google Spreadsheet nodes not consistent results
However now I have a new bisare problem in other workflow but again with google sheet. Sometimes when I execute the workflow I do not get this error and works but sometimes I get it and it does not work. Why it is like that? What is the reason sometimes there to be this error and sometimes not? What could cause this?
3 replies
BRBuildShip + Rowy
Created by ouplex 🐺 on 5/18/2024 in #❓・buildship-help
Google Spreadsheet nodes not consistent results
I think I managed to resolve this one because I saw that some of the elements were not inserted because the google API has a limit for 'write' per minute per user so I added time delay of 2 minutes and then to continue to insert values. That way after 2 minutes the algorithm continues and the values are inserted.
3 replies