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
  • You should be able to do this using a!dynamicLink which is a feature of Appian 7.4. You need to create a section that is populated with dynamic component made up of dynamicLink and Link field. The dynamic link will be created for folder whilst the link will be the link to the document.
    Having said that, you still need a function to return all the folders within a folder. Hope this helps.
Reply
  • You should be able to do this using a!dynamicLink which is a feature of Appian 7.4. You need to create a section that is populated with dynamic component made up of dynamicLink and Link field. The dynamic link will be created for folder whilst the link will be the link to the document.
    Having said that, you still need a function to return all the folders within a folder. Hope this helps.
Children
No Data