Hey!
When I run the function page1() the first time it works fine, but when I try running it again with a different parameter, it errors as show at the bottom. I’m not sure why this is.
This is probably because “page1” is the name of the function and not an Instance, try to change the function’s name to another one.

1 Like
I meant that you’re calling Instance() and not function() on line 45
Thanks! I need to be more careful with my function names
1 Like
