Suppose my script contains a variable with the value "foo". How can I create a record with the value {foo: 3} without knowing in advance that the value might be "foo"?
Suppose my script contains a variable with the value foo . How can I
Share
I would think that there is another approach to your problem (especially if you are using ASObjC), but you can do this by using run script, for example:
Edit: I surrounded the label (key) with pipes in case a reserved term is used.