We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Hi Team , I want to get the document IDs of all the documents in the

Hi Team ,

I want to get the document IDs of all the documents in the particular folder.
Please suggest how i can do that in Appian...

OriginalPostID-82791

OriginalPostID-82791

  Discussion posts and replies are publicly visible

Parents
  • Jasleen, you actually don't need to loop through the list. If you pass in a document variable which has multiple values in to the tointeger function, then it will convert all values in the array to an integer. If pv!docList has 4 documents, then passing it in to the tointeger function and saving to a number variable allowing multiple values will yield the 4 document id's.
Reply
  • Jasleen, you actually don't need to loop through the list. If you pass in a document variable which has multiple values in to the tointeger function, then it will convert all values in the array to an integer. If pv!docList has 4 documents, then passing it in to the tointeger function and saving to a number variable allowing multiple values will yield the 4 document id's.
Children
No Data