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

I have created one Record Type where in I am showing the list of folders. And wh

I have created one Record Type where in I am showing the list of folders. And when user click on that folder it shows the documents in that folder.
Now I need to add one more level. When user click on the folders, it shows the list of subfolders. And when user select the subfolder, it shows the list of documents inside that. How can I achieve this functionality?...

OriginalPostID-96919

OriginalPostID-96919

  Discussion posts and replies are publicly visible

Parents
  • @kalpenp, Hope I understood you correctly, You need to proceed with a work around in your scenario where the UI might be compromised a bit. What you could do for this is, you can have a button below/ beside each folder you are showing, and on-click of this button you can fetch the contents (documents/ folders) and show it in a separate section below/beside the folder with a dynamic name such as "Contents from xyz". This could be achieved if you build a rule which does all these stuff and there after call it in a repetitive fashion. Let me know if you have any concerns.
Reply
  • @kalpenp, Hope I understood you correctly, You need to proceed with a work around in your scenario where the UI might be compromised a bit. What you could do for this is, you can have a button below/ beside each folder you are showing, and on-click of this button you can fetch the contents (documents/ folders) and show it in a separate section below/beside the folder with a dynamic name such as "Contents from xyz". This could be achieved if you build a rule which does all these stuff and there after call it in a repetitive fashion. Let me know if you have any concerns.
Children
No Data