I noticed a bug while building a function
I’m starting the function with a Let ({ my variables }, {return values})
inside of my variables, I have the following line
subscriptionRef: Select([“data”, “subscription”], Get(Var(“userRef”)), null),
The problem is if I navigate away, and come back, it becomes
subscriptionRef: Select([“data”, “subscription”], Get(Var(“userRef”))),
And if I save the function now, I get an error whenever the function doesn’t find a value in that Select