Forum Discussion
lachlanP
Helper II
4 years agoSelecting a component of a record based on another column
I have a column, "JSON" where each field is a record, and another column "ref1" which holds a reference to the JSON record. In this example it's just the text "accel" (one of the elements in the json...
- 4 years ago
I figured out a solution. Instead of referencing using:
element = [JSON][A]
I used:
Record.Field([JSON],[A])
This worked!
lachlanP
Helper II
4 years agoI figured out a solution. Instead of referencing using:
element = [JSON][A]
I used:
Record.Field([JSON],[A])
This worked!