Can anyone help me get started with a flow, essentially I want the trigger to be 'When a file is added to a specific folder', but this could happen in a number of different ways;
- User adds single file
- User adds multiple files
- User adds folder (containing multiple files)
If we refer to the above scenarios as an 'upload occasion', then I want the flow to add all the file/s from the upload occasion to a new folder and give the folder a unique name. How is the best way to do this, bearing in mind multiple colleagues could add files at the same time.
My current thinking would be something like Tigger to be when a file is added, then following actions would be add all files uploaded in 5 second window from when first file was added by the same user to a new folder and rename folder with GUID.
Am I over complicating it or is there better way to do it?