I can't thank you enough for the tutorial. Bulk creation and bulk deletion in batches is a game-changer, enabling me to solve my problem and achieve better results. Your generosity in sharing knowledge is truly commendable. Thanks a million!🙌
Wow! Your videos are always great. This is my new favorite. The overall content is great but that step of pasting into your clipboard was brilliant. Many thanks!
Thanks for this. I am getting 1000 records per minute. A huge improvement from my previous 5 minutes. Now on to your video "to batch create SharePoint List Items".
Brilliant, thank you for this Paulie, it worked a treat. The copy and paste into Scope was a gem. I dabbled with POST BATCH but was getting the syntax wrong, it is very touch about spaces and new lines, so it was great to be able to deploy and view working code. The largest batch I have deleted so far has been 11,000 items, I'm working my way up, and it has consistently been 1 min to delete 1,000 items. The next task is to do a mass batch upload, which great timing as you have just released that video.
Really glad you found it useful. If you watch the create items video you’ll find a way to make your delete items action twice as fast. Very easy to do. Good luck on the creates!
@@PaulieM Hi Where should I add the Threads to the BATCH DELETE Flow? I tried but it is taking just as long. I must be missing something and can't figure it out.. Thanks
So following the directions on the video, I could never see the Delete SharePoint Items pasted code in the clipboard, instead it was giving me the default Power Automate message of available actions that can be copied. If you see this, you need to do a Control-V to successfully paste his code into your flow. This was not obvious from either the video or his blog.
Awesome Video and Blog. Thx for sharing. I made a mistake of not including the forward slash at the end of my site name which meant the flow ran but didn't delete. You live and learn ! Thx for sharing . I am off to do watch the batch creation!
@@PaulieM Hi Paulie, I was able to take the parts from your “create items threaded version” and apply it in the bulk deleted one on here so I successfully created a threaded solution for Delete in Batch!!! Fantastic Tutorials!!! I was able to delete 1500 items in under a minute verses 3 minutes on the non threaded version.
hi, thanks for the video. I would like to do bulk deletion of folders in Share point based on created date. For ex, to delete folders(subfolders) only created on 11/13/2024. Any tips on this ?
Thank you for this! I have been searching for a method to do this. Unfortunately, I receive this error "Some of the connections are not authorized yet. If you just created a workflow from a template, please add the authorized connections to your workflow before saving." Is this because I don't have API access to the list stored on my company site?
Hi, got this working in a stand alone flow but I'm trying to house it in a child flow so I can send inputs to it with the idea of it being reusable across any other flow I add to the solution. I created a solution and built the child flow within the solution but when trying to save the parent flow after creating the action to run the child flow I keep getting the error message that the child flow can't be used as it's an old flow. Searching around there seems to be an issue with using the clipboard to paste actions into a flow so I'm wondering if the code copy part of the process for building your flow is throwing it out. I just wondered if you had this working as a child flow and what action to take if so. Many thanks for the upload, it's been very helpful so far.
Thank you for this!! Worked like a charm.... however, I am facing this weird issue where the flow takes about 20 mins to delete the items in a Test SP list (10000 items). But the same flow in the main SP list takes more than 40 mins to delete the same set of items. not sure what the issue is? can anyone help? Thanks
Hi, Thanks for the video. Looks very good but somehow it also doesn't work for me. I did as described in the video but when deleting around 8000 items in the list, it took over 50minutes. The flow completed succesfully though. Was there a change in the API / flow setup from MS? Any ideas? thx and merry Christmas
This works great for me deleting around 20k items from a 4.5M item SharePoint List faster! Thank you very much for this, Paul! Can we also use this SharePoint Batch Method in exporting the same 20k or more items to CSV? I am having trouble lately using the Get Items only solution even when the pagination is already set to 5000. My flow was exporting 20k a day before but since the start of December 2023 it has just been exporting just less than 10k.
Great tutorial, thank you Paul! Everything is working well, but has something changed in PowerAutomate or SharePoint? Because it is running correctly, but I'm not saving any time in comparison to the old (Apply to each) function... any ideas? Before it was 12 minutes, now it is also 12 minutes... Edit: I have the same "problem" with your other "Power Automate Flow to batch create SharePoint List Items".. Creation is unfortunately not speeding up
I agree something has changed. But it hasn’t changed for everyone. On some tenants the batch operation is much faster, on others it does seem to have been constrained. I have run the same operation on different tenants and the speeds are wildly different.
Hi sir, I created a flow as you mentioned steps in your video flow is run successfully but list items not deleted and my list has 10000 items plus only
@PaulieM - Awesome solution.. this is really helpful one when users want to refresh the list with bulk deletion using batch API. Did you try to trigger this using power app. When I use my power app trigger instead of manual trigger the flow fails at get items. It doesn't show exact error details.. I have gone through your article and comments of the users .. it seems other users also having same issue with power app trigger.. I'll be waiting for your response.. thank you so much.
Hey Paulie! Would you happen to know why I can't paste the code? Once copied it does not show up under My Clipboard. I'm using the online version, not Desktop. Thanks!
@@PaulieM I did, indeed. The same thing was happening on your batch create page. The code would not copy and paste. I ended up downloading your example file and importing, copying and pasting from within PA. That seemed to work
Not sure if something has fundamentally changed with power automate that has affected your code, but when I ran this, the flow appears to be deleting items at 135 Items per minute. So it'd take 13 hours to delete list with 112000 items.
This is amazing. Thanks for sharing it, Paul. However, when I tried to use it to delete 1300 items from a SharePoint list, the action "Send_an_HTTP_request_to_SharePoint" errored out with message saying "The current change set contains too many operations. A maximum number of '1000' operations are allowed in a change set." Is there a way to avoid or increase the 1000 limit?
1000 is the maximum number of actions that can be completed in one batch request. You can easily control this by setting the maximum number of results from the "Get Items" action to 1,000. I prefer to use a lower number such as 750 to give some margin.
New, easier method here: ruclips.net/video/riYXTBikTl0/видео.html
I can't thank you enough for the tutorial. Bulk creation and bulk deletion in batches is a game-changer, enabling me to solve my problem and achieve better results. Your generosity in sharing knowledge is truly commendable. Thanks a million!🙌
You're welcome! - it really is useful. Thanks for letting me know it worked well for you.
Wow! Your videos are always great. This is my new favorite. The overall content is great but that step of pasting into your clipboard was brilliant. Many thanks!
Thanks for this. I am getting 1000 records per minute. A huge improvement from my previous 5 minutes. Now on to your video "to batch create SharePoint List Items".
The first proper blog about Power Automate, with examples, codes and true knowledge. Amazing. Shared with other and highly recommended.
Thank you!
Thank you so much for sharing this; it's been incredibly helpful for my process. Previously, it took 2 hours, but now it's down to just 7 minutes!
And the best news is that if you check out this channel next week, there will be a better, easier and faster way!
hey - check out this method, so much easier:
ruclips.net/video/3miYV3XeRvo/видео.html
Brilliant, thank you for this Paulie, it worked a treat. The copy and paste into Scope was a gem. I dabbled with POST BATCH but was getting the syntax wrong, it is very touch about spaces and new lines, so it was great to be able to deploy and view working code. The largest batch I have deleted so far has been 11,000 items, I'm working my way up, and it has consistently been 1 min to delete 1,000 items. The next task is to do a mass batch upload, which great timing as you have just released that video.
Really glad you found it useful. If you watch the create items video you’ll find a way to make your delete items action twice as fast. Very easy to do. Good luck on the creates!
@@PaulieM Hi Where should I add the Threads to the BATCH DELETE Flow? I tried but it is taking just as long. I must be missing something and can't figure it out.. Thanks
Worked very well, reducing a 7 minute process to just 1 minute! Thanks!
Great to hear. The speed improvement is great, but just as important is the reduction in API actions. It’s a double win!
Thanks Paulie, your channel saved me! Here in Brazil we have poor content in our language.
God bless you.
This is the best video that I’ve come across this year! Thanks a million!!!
That is super high praise, thank you! 🤩
Amazing tutorial, I'm amazed how people are clever to manage this. Many thanks !
Thank you! Glad it helped!
Damn, this is such a good way to delete items! You really helped me a lot!
First it took about 90 minutes, and now 17!!
Glad it helped. It really does save a lot of time.
So following the directions on the video, I could never see the Delete SharePoint Items pasted code in the clipboard, instead it was giving me the default Power Automate message of available actions that can be copied. If you see this, you need to do a Control-V to successfully paste his code into your flow. This was not obvious from either the video or his blog.
Thank you!!! I ran into this issues and couldn't figure out why
Thank you. This was driving me crazy.
Had the same problem, thank you for sharing!
Awesome Video and Blog. Thx for sharing. I made a mistake of not including the forward slash at the end of my site name which meant the flow ran but didn't delete. You live and learn ! Thx for sharing . I am off to do watch the batch creation!
Easy mistake to make. Glad you got it sorted.
Thanks for the tip. Ran into the same issue :)
Works great! This was a great learning experience for working with large items!
Glad you found it useful - it’s a neat little addition to the toolbox!
@@PaulieM Hi Paulie,
I was able to take the parts from your “create items threaded version” and apply it in the bulk deleted one on here so I successfully created a threaded solution for Delete in Batch!!! Fantastic Tutorials!!! I was able to delete 1500 items in under a minute verses 3 minutes on the non threaded version.
@@robertbaker70 good work! Sounds like you’ve build a brilliant solution.
OMG! This is amazing. Saved lot of time and number of requests, Thanks a ton!
You're very welcome!
In the Template action in the line that starts DELETE...add a forward slash between the siteAddress and _api
it now works with this...thanks
Thanks for posting this. The missing "/" was giving me a http 400 error. Works now
Thank you so much Paul!
Love the batch delete and create videos.
It has been a tremendous time saving!
Cheers!
Great to hear that’s it’s helped you out. Thank you for the feedback - even better method coming up soon!
I can foresee the new method is going to be insane amazing. 😂
Subscribed!
Well, this is a very handy find, thanks! I have a list with nearly 700,000 items that I need to clear down...
Glad it helped!
Great job Paulie! Thanks for sharing!
Amazing video and coding skills bro. Thanks, new subscriber and greetings from México.
Thanks for the sub!
hi, thanks for the video. I would like to do bulk deletion of folders in Share point based on created date. For ex, to delete folders(subfolders) only created on 11/13/2024. Any tips on this ?
Thank you for this! I have been searching for a method to do this. Unfortunately, I receive this error "Some of the connections are not authorized yet. If you just created a workflow from a template, please add the authorized connections to your workflow before saving." Is this because I don't have API access to the list stored on my company site?
Thank you so much Paulie for this video. This really helped.
Thanks for the feedback - I’m really pleased it was helpful
Thank you Paulie it really helped me Alot
You Sir are a hero! Great stuff.
Thank you! 🙏
Obrigado por compartilha, ganhou um inscrito (i am from Brazil)
Hi, got this working in a stand alone flow but I'm trying to house it in a child flow so I can send inputs to it with the idea of it being reusable across any other flow I add to the solution. I created a solution and built the child flow within the solution but when trying to save the parent flow after creating the action to run the child flow I keep getting the error message that the child flow can't be used as it's an old flow. Searching around there seems to be an issue with using the clipboard to paste actions into a flow so I'm wondering if the code copy part of the process for building your flow is throwing it out. I just wondered if you had this working as a child flow and what action to take if so. Many thanks for the upload, it's been very helpful so far.
Thank you for this!! Worked like a charm.... however, I am facing this weird issue where the flow takes about 20 mins to delete the items in a Test SP list (10000 items). But the same flow in the main SP list takes more than 40 mins to delete the same set of items. not sure what the issue is? can anyone help? Thanks
Hi, Thanks for the video. Looks very good but somehow it also doesn't work for me. I did as described in the video but when deleting around 8000 items in the list, it took over 50minutes. The flow completed succesfully though. Was there a change in the API / flow setup from MS? Any ideas? thx and merry Christmas
Terrific, you guy made my day with this solution. Thank you so much for sharing!!
I’m very pleased to hear that! 🙏 😃
I am getting error on step - Get_items : The response is not in a JSON format.
Any suggestions? What to do
TrackedpropertiesEvaluationFailed
I'm getting "response not in JSON format", from get items.
Kindly help
This works great for me deleting around 20k items from a 4.5M item SharePoint List faster! Thank you very much for this, Paul!
Can we also use this SharePoint Batch Method in exporting the same 20k or more items to CSV? I am having trouble lately using the Get Items only solution even when the pagination is already set to 5000. My flow was exporting 20k a day before but since the start of December 2023 it has just been exporting just less than 10k.
You don’t need to batch when retrieving items. The standard methods should work fine.
@@PaulieM Thank you, sir.
Great tutorial, thank you Paul! Everything is working well, but has something changed in PowerAutomate or SharePoint? Because it is running correctly, but I'm not saving any time in comparison to the old (Apply to each) function... any ideas? Before it was 12 minutes, now it is also 12 minutes...
Edit: I have the same "problem" with your other "Power Automate Flow to batch create SharePoint List Items".. Creation is unfortunately not speeding up
I agree something has changed. But it hasn’t changed for everyone. On some tenants the batch operation is much faster, on others it does seem to have been constrained. I have run the same operation on different tenants and the speeds are wildly different.
For some reason this did not work for me. The flow runs without any issue, but nothing from the list gets deleted :(
me also facing same issue
@@AYUSHGUPTA-pi1ib same U_U
Sorry..it worked for me...I was not providing the correct internal name for the list
Me too...got this::
--batchresponse_fe7f85a1-d115-42d2-82bb-59cbe67ca499
Content-Type: application/http
Content-Transfer-Encoding: binary
HTTP/1.1 400 Bad Request
CONTENT-TYPE: application/json;odata=verbose;charset=utf-8
{"error":{"code":"-1, Microsoft.SharePoint.Client.InvalidClientQueryException","message":{"lang":"en-US","value":"Invalid request."}}}
--batchresponse_fe7f85a1-d115-42d2-82bb-59cbe67ca499
Content-Type: application/http
Content-Transfer-Encoding: binary
HTTP/1.1 400 Bad Request
CONTENT-TYPE: application/json;odata=verbose;charset=utf-8
{"error":{"code":"-1, Microsoft.SharePoint.Client.InvalidClientQueryException","message":{"lang":"en-US","value":"Invalid request."}}}
--batchresponse_fe7f85a1-d115-42d2-82bb-59cbe67ca499
Content-Type: application/http
Content-Transfer-Encoding: binary
why?
Is there a way of deleting all data from one specific column?
Hi sir, I created a flow as you mentioned steps in your video flow is run successfully but list items not deleted and my list has 10000 items plus only
Hi Paul, the flow works, but it is only deleting 1000 records per flow activation. Can you help me?
I would guess that you do not have pagination switched on in your Get Items action.
@PaulieM - Awesome solution.. this is really helpful one when users want to refresh the list with bulk deletion using batch API. Did you try to trigger this using power app. When I use my power app trigger instead of manual trigger the flow fails at get items. It doesn't show exact error details.. I have gone through your article and comments of the users .. it seems other users also having same issue with power app trigger.. I'll be waiting for your response.. thank you so much.
Hi,
Please create a post on powercoders.net and show the issue and I will see if I can find a solution.
how to reduce the number of item to be deleted? i just need to delete a range of list. please help. thanks
Hey Paulie! Would you happen to know why I can't paste the code? Once copied it does not show up under My Clipboard. I'm using the online version, not Desktop. Thanks!
Are you aware of a way to enter that data manually if we're unable to use the My Clipboard function?
Have you tried pressing CTRL-V when you’re in the clipboard?
@@PaulieM I did, indeed. The same thing was happening on your batch create page. The code would not copy and paste. I ended up downloading your example file and importing, copying and pasting from within PA. That seemed to work
This didn't work for me - I keep getting an error in the Send HTTP Request - Action Send_An_Http_Request_to_Sharepoint failed. Resource not found
same issue here
ever figured this out? or a faster way that does work?
Check the Send HTTP Request Action - mine had blanked out the site address. Works now after adding back in.
Not sure if something has fundamentally changed with power automate that has affected your code, but when I ran this, the flow appears to be deleting items at 135 Items per minute. So it'd take 13 hours to delete list with 112000 items.
I noticed that myself the other day. Maybe SharePoint throttling has changed.
This is amazing. Thanks for sharing it, Paul. However, when I tried to use it to delete 1300 items from a SharePoint list, the action "Send_an_HTTP_request_to_SharePoint" errored out with message saying "The current change set contains too many operations. A maximum number of '1000' operations are allowed in a change set." Is there a way to avoid or increase the 1000 limit?
1000 is the maximum number of actions that can be completed in one batch request. You can easily control this by setting the maximum number of results from the "Get Items" action to 1,000. I prefer to use a lower number such as 750 to give some margin.
insane ♥
Amazing, thanks
don't know why it still is unable to delete 1 item
If there is an "ä" "ü" "ö" in the Listename the Flow does not work
It will, but you will have to correctly encode those characters so the lost name matches up.
Thanks you so much!
My pleasure, pleased to hear it helped you out.
@@PaulieM Can you do a video tutorial update all items?
Sir the copied code is not being shown in my clipboard, please support sir
Have you tried in the old designer?
@@PaulieM sir thanks it is done now
@@PaulieM sir i ran it twice last times, it skipped almost 1k records please suggest how to avoid this problem
Merci çà fonctionne du 1er coup.
Thaaaank yoooouuuuuu
Thanks .....