Is there a way to store a JSON object on a Nextworld table in order to pass this object to another application via app link at a later time? Since JSON data items must be work fields or on work tables I’ve only been able to store and pass the JSON in text fields but then it loses its structure and no longer behaves as a JSON object. I’ve tried setting JSON Object / Array variables from the text fields and get errors.
There is not currently a way to persist them and maintain their JSON-ness. To support in the persistence layer was considered scope creep for the endpoint functionality that introduced the two JSON types and has not yet been raised as a priority.
Thanks, Kendra! I confirmed that for my use case I was able to store the JSON in a text editor field and in a logic block set a text variable from the text editor field, and then set a JSON Object variable/field from the text variable to get the structure I needed for the purposes of creating/looping JSON arrays.