Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an automation that generates CSV files with a specific name. However, if the user wants to correct the information in the CSV, they should create a new CSV with the updated data (with the automation). Does anyone know how I can create a CSV with the same name but with some variation, so that the user can generate a new CSV file?
Thankyou
You should probably add a timestamp variable to your filename
Hi @JulsESC You can add logic in automation for deleting existing file if any and then generate a new file with latest data with the same name.