-
Trying to automate iteration through a set of JSON data.
I’ve got a fairly simple composition that is using a JSON file to provide some data for text and graphics.
I’ve got a control layer that lets me identify which record is being used by the comp, so I can iterate through manually and send each instance out to AME to render.
Is there a way to automate that process so that, if I have a set of 100 records in my JSON it will iterate through them and output to AME, hands-free?