Complex JSON Layout

Could anyone direct me how to produce the JSON below with a Server Connect from 2 database queries - one for ‘resources’ and one for ‘tasks’? I need it for a 3rd party scheduler but just can’t figure how to get that layout.

DesiredJSON

Create a set value action named success and value of true.

Create a group action named resources and place inside it your query named rows.

Create a group action named tasks and place inside it your query named rows.

Output on for all.

1 Like

Thanks @mebeingken, that works a treat!

1 Like