Hello fellows,
I have SharePoint list which has many editors.
I want to create backup SharePoint list and clone all data what is in Original SP List.
I want to do it automation here. (It can be not run always when we add any data in list, but I want to run the flow every week for example.)
Or
How I can create automation to export all data in excel file. (It can be not run always when we add any data in list, but I want to run the flow every week for example.)
For now, I created flow which is looks like this.
Here, when I run the flow manually, it is coping same data which exists as well.
for now, I set here 5000 Threshold as we have 5000 limits in lists.
What trigger condition or setting I can do so the flow only clone data which is not available.
For example, flow can check ID row and if this ID exist in backup list, it should not copy. Only copy which ID is not in the list.
I need to set the condition and I need your help.
Also, How I can extent these 5000 limits? do we have any request form?
Thank you in advance.