Hi All,
I have a form where attachments data card is there which have two files. The Onremovefile code is:
ClearCollect(CollectRemoveFiles,ThisItem.Attachments);
If any one file is selected to remove from the attachment data card I need to pass the file name to a gallery which triggers a flow to delete the specific file from SharePoint.
The items of the gallery is CollectRemoveFiles. I have a label in gallery Where I gave ThisItem.IsSeleted.
for example. If the selected file name is Pdf(1)(which is a 2nd file in the data card) and in the gallery the IsSelected label is false even though I selected the file. Only the first item in gallery is true always even though it is not selected.
Any help/Suggestion on this.