Hi all,
I would like to build a workflow that can add new data on a weekly basis to a dataset (xlsx format).
Context : I use a custom version of the Alteryx Server Usage Report which has a historic of 30 days. However I would like to keep a track of the activity for a longer time frame. Also I don't have access directly to the workflow itself so I can't modify it directly.
Input will look like this : and every week there will be new data. Data have a lifetime of days.

So I'm trying to build aworkflow that will run every week to add all new runs from the Gallery into my historic excel file.
Does anyone has an idea how could I do it please ?