Forum Discussion

lachlanP's avatar
lachlanP
Icon for Helper II rankHelper II
4 years ago
Solved

Selecting 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...
  • lachlanP's avatar
    4 years ago

    I figured out a solution. Instead of referencing using:

    element = [JSON][A]

    I used:

    Record.Field([JSON],[A])

     

    This worked!