Hi hopefully quick easy question here but I'm working on creating a flow where Student uploads an assignment (anything upto 10gb) and I want to move/copy it to another folder so they cant edit it after submission etc.
However I have a trigger for when a file is uploaded and it kicks in soon as the upload begins and tries to move the file mid download. Due to unknown file size and students internet speed , setting a timer wouldn't work. is there some sort of loop/condition I could implement to force it to wait till the upload was finished perhaps?
It logs as success but the file never finishes uploading in either folder unless its a small file and manages to upload before the move action.