Forum Discussion
Undenius
Nov 10, 2022Copper Contributor
Create new file names and delete old attached file to SharePoint list item
Hi Guys, I am trying to creat a flow where I want Flow to rename attached files to a new filename using the column name. What works without any problem. But I would alos like to delete the old file...
- Nov 10, 2022
Undenius
I would say and test, delete before create the new one.
if this doesn't work, then i would save the filecontents in a variable (append to array), let the apply to each delete everything and later in a second apply to each let create everything from the variable (from the first apply to each)
MarcelLehmann
Nov 10, 2022Copper Contributor
Undenius
I would say and test, delete before create the new one.
if this doesn't work, then i would save the filecontents in a variable (append to array), let the apply to each delete everything and later in a second apply to each let create everything from the variable (from the first apply to each)
- UndeniusNov 10, 2022Copper Contributor