Hi!
I would like to save my daily data in json file type because I want to send the data via api (aws API) , I can’t figure out how to make it.
thanks for the help 
Hi @adirco.digital 
Your doubt can be divided in 3:
How to build a recursive workflow
You will need to run a workflow everyday to generate and save this JSON. You can build a backend workflow to do it and, in the ends, reschedule itself to today + 24 hours.
How to generate the JSON
You can use a plugin or generate your JSON ustin the command : formatted as text.
Take a lok here:
How to save the JSON;
What are you planning here? Download, send by e-mail or use a cloud service?