Hi Team,
Recently, I had used the "getdocumentsfromfolder" appian function. For few days it worked well but suddenly it started throwing error saying that - The function getdocumentsfromfolder is unavailable.
Could you please help me out what could be the possible reason for this error. I have attached the reference screenshot below.
Discussion posts and replies are publicly visible
You can use the document() function and get the "documentChildren" property.
Hi Harshit,
Thanks! for the above suggestion.
Just a small correction - the document() function is not having the "documentChildren" property but the same I found it in "folder()" function and it worked for me to retrieve the documents from the specified folder.
Oh yes. Sorry, that was a typo. I meant the folder() only. You surely can't get documentChildren from a document.
Yes, absolutely correct. Thanks! for the help