I want an inline html field to contain a table, displaying the JSON contents of a hidden field on the same record. I would prefer it if I did not have to rely on a client-script. I would like to define a default value for the inline html field using a formula. the JSON is on this format
[attribute1: "value", attribute2: 123.32]
. Any tips are greatly appreciated!