Hello! I created a workflow that deletes and appends data to an existing SharePoint list. What I noticed though is I cannot find the deleted items from the site's recycle bin. Is there a way to retrieve the deleted items? Thanks in advance!
Hi @jam_alt0409 judging from these posts: Post1 (admittedly very old) Post2 and Post 3 it looks like the DELETE method of the sharepoint API (which is what is used by Alteryx to connect) might skip the recycle bin.
This does seem contra to the API documentation though:
You might be able to find the deleted items in a previous version of the list?
Ollie