
Hello,
i have an app that uploads attachments to SP library (Documents)
In my app, i create a file, name and a RecordID .
On add attachment of a data card i run the first Flow that creates the files (i build the url in that flow (initialize & set variable))
On remove file from the app's attachment control, i want to Run another flow that deletes the files based on their link.
I added a hyperlink column in the library.
How can i do that?
Hi @marial16,
What I'm thinking you could do is after you create the file with that specific URL then capture the URL in a variable inside the app.
Then pass that variable to a flow with a Delete File action card to delete it from SP.
Thank you,
Ovidiu Bordea