Issue with "Update Output Schema" Functionality in Supabase "Get Row with Token" Node
I am using the Supabase "Get Row with Token" node. I have been testing the node and attempted to use the "Update Output Schema" feature, but it is not working. I have tried it multiple times, but the key fields in the "Output" of the node are not getting updated.


Solution
To refernce it using dot operator is
variable[0].access_tokenhttps://www.freecodecamp.org/news/how-to-access-properties-from-an-array-of-objects-in-javascript/.freeCodeCamp.org
When you're working with JavaScript applications, it's common to work with arrays, nested arrays, and an array of objects. But a lot of beginners sometimes struggle with knowing how to access properties from these different data structures. In this article, we will discuss how to access properties from a variety



