I am trying to develop functionality for a custom Extension and I would like to reference a value from a JSON object stored in a Field. The documentation has formulas (such as GET(obj, val)) that I am trying to use. However, they are not working and I am running into issues.
I then tried to figure out the intended format of objects by using the examples provided in the documentation. However, these do not work and I am needing help.
Using this page: https://developer.lucid.co/formulas/#get, I am trying to get the GET formula of the Object class working. There is a Field called “Object” with values “{ "A": 1, "B": 2, "C": 3, "D": 4, "E": 5, }”. Then, values can be retrieved from that object using =GET(@Object, “A”).

I tried to simulate this on my own document but ran into issues. Can someone help me understand the format objects can be stored in? Specifically, can I store an object in JSON format in a field and use the GET formula to get value from it?

Link to test document: https://lucid.app/lucidchart/f254848b-d4f3-4b9a-adf3-a7d92162f589/edit?viewport_loc=-11%2C-11%2C1879%2C1048%2CUIi2EcGhkY7N&invitationId=inv_054ad497-3d0c-4739-9a64-20d6f79ae62b

