Can any body please let me know,how to find whether a folder exists with partic

Can any body please let me know,how to find whether a folder exists with particular id or not ?
My requirement is to find whether a particular folder with id is deleted or not.When ever i am passing integer (id of deleted folder) to rules which accepts a folder ID as input they are returning exception.So how to find whether it exists or not.
Thanks in advance...

OriginalPostID-91772

OriginalPostID-91772

  Discussion posts and replies are publicly visible

Parents
  • Not sure if this is relevant, but I think folder id's are re-used along with document id's ... I believe they share the same object reference. This caused some headaches and lots of confusion until we discovered this!

    So while you are checking if a folder has been deleted, it may have been deleted, but then re-used by something else.

    You might want to get this verified by Appian though!
Reply
  • Not sure if this is relevant, but I think folder id's are re-used along with document id's ... I believe they share the same object reference. This caused some headaches and lots of confusion until we discovered this!

    So while you are checking if a folder has been deleted, it may have been deleted, but then re-used by something else.

    You might want to get this verified by Appian though!
Children
No Data