I am trying to set up a backend workflow where files that users upload at automatically deleted from the ‘file manager’ section, after X amount of time (in my case it’ll be around ~6 hrs).
I have it set up so user clicks a button, it creates a list of images specific to that user, and those image files also show up under file manager.
Here is the current workflow I have set up for when they click this button and create that list of images:
The files they upload are automatically going to the file manager, but then they only register into this list when they click the submit button. Maybe theres a way to just auto clean the file manager with the file uploaded into it every X amount of hrs after that file is uploaded ?