I am reviewing an export with the MongoDB connector for all of the applications on server.
This count is supposedly inclusive of applications that have been marked as Deleted. Is there any way to get a field that let's me know which ones are active?
I can't seem to find that metadata in the backend.
Is there a special way I need to parse the results to get that info? My diagnostic view says there are 1260 applications but 888 are deleted. I am trying to communicate out to our end users which applications are theirs to try and do some level of cleanup.
Thanks for any guidance.
Adam
Hi @aehrenwo,
Yup definitely possible. Under the AlteryxGallery database and the 'appinfos' collection there is a field 'IsDeleted'. I hope this helps