Hi!
I have issue. I want to merge 4 excel files into one. 1st file is on the sharepoint. Second one is the same always and i don't have any problem with that. The problem is 2 files which I upload by button triger and I choose them from the computer. Flow is uploading them, creating new files, listing rows and updating them. However update a row don't work because its like new file have new id or anything and this action can't find uploaded files. I try using phrase JSON and using list folder to get dynamic path. These paths don't work with update a row and error is "can't find a file".
So I need upload new files and update a rows with new files.