Refering to screenshot attached Does
(Refering to screenshot attached) Does this field support json path expressions ? For eg, if i want to access field inside array of objects and output array of strings, can use values like
I have object like this:
I want to display the media column in table as an array of urls like this:
field.*.key ?I have object like this:
I want to display the media column in table as an array of urls like this:
media: ["url1", "url2"]