Hi team,
I have scenario in SharePoint Document library to copy excel file with file name ("TestAttachment 2.03.2025.xlsx") to same folder location and append every week Monday's date to the file name ("TestAttachment 2.10.2025.xlsx") when we manually trigger the flow to perform other sequence operations..
Can someone help me how to copy file to same location and capture file name with everyweek Monday's date and append to file name will be great help to apply in multiple flows.
Example file Name when we trigger the flow :
copy file "TestAttachment 1.27.2025.xlsx" to "TestAttachment 2.03.2025.xlsx"
copy file "TestAttachment 2.03.2025.xlsx" to "TestAttachment 2.10.2025.xlsx"
copy file "TestAttachment 2.10.2025.xlsx" to "TestAttachment 2.17.2025.xlsx"