Hi
I would like to to set up a Flow to archive our Import Source Files as they are taking up valuable space in the DB but I am struggling to see if it's actually possible.
Ideally I could set a Flow on a schedule to list records in the Import table, extract the file and create it in blob storage, then create a record in Azure Table Storage with the main attributes (file name, entity table, person who imported it etc.) then delete the record from the import table.
Sounds simple but I can't find a way of extracting the source file.
Any ideas?
Thanks