I have a large travel request system that I would like to move items after they have peen paid to a library because libraries can handle the 5000 threshold limit better. This way I don't have to babysit the system too much and can determine the location based on the fields and do it in a very methodical way so the user expects their requests to be in a certain place.
Is there an activity or set of activities that let me move items (just a form and attachments) to another place, specifically list to library if possible? I was thinking maybe do a Create List Item then a Delete Item?
(I would have a query and an if exists check in there as well just to make sure I don't delete forever anything.)