-
Changing JSON Data Over Time
I have JSON file driving text layers successfully. However, the JSON file represents a few hours of data [see snippet]. How do I get the text layers to change as the timeline advances? The expression is used for all layers with the respective name change.
Thank you!
Cutter
eval("var sales="+footage("csvjson01.json").sourceText);sales[0].Sandwiches;
