I need some JSON for a webhook. Specifically I need to convert table data into JSON so I can send multiple line items to a service (each line item would be a table row).
I assume this might be possible using the format() function but wondering if anyone has any examples or clever ways of doing it? (Like a pack - I couldn’t see one!)
That is awesome! I’ve sent an access request for the doc to take a closer look but this is very helpful indeed. The one I need to generate has quite a lot of hierarchy - but it sounds like it will be achievable using this method. Cheers!