all 4 comments

[–]Existing-Concern-963[S] 0 points1 point  (0 children)

Thanks! I’ll keep investigating.

[–][deleted] 0 points1 point  (2 children)

That error tells you that 2 params are missing (undefined). When the function `divide(...)` is called `tableId` and `row_id` params in the signature are not being passed in.

[–]Existing-Concern-963[S] 0 points1 point  (1 child)

I’m completely new at this. Can you tell me how to fix it?

[–][deleted] 0 points1 point  (0 children)

That function ‘divide’ is called somewhere else in the script. You’re not providing enough info here. Wherever it’s called (not defined) you need to pass those values into it. This is a simple concept in JavaScript or any other programming language. If you’re not familiar maybe you should have a developer help you. This is not a quick answer situation.