Hello,
I would like to perform an action where i need to delete all items in a gallery and re upload the data again back to data source where i am using SharePoint list.
If my item ID's are below 2000, deletion was working fine. but if my item ID's are above 2000, items are not getting deleted.
I have used below formulas but no use. Any suggessions to write a delete records.
Formulas :
ForAll(GlryDelete.AllItems,RemoveIf(Filter(CPC_Base1,ID = DltID.Text),ID = DltID.Text))
ForAll(ColFilprj,Remove(CPC_Base1,Filter(CPC_Base1,ID=First(ColFilprj).ID)))
RemoveIf(Filter(CPC_Base1,PRName = SelProjectName),PRName = SelProjectName);