Skip to main content
felixr
August 30, 2022
Solved

Is there any way of listing the sharepoint folders into the folder browser

  • August 30, 2022
  • 2 replies
  • 0 views

I'm integrating appian with   sharepoint and i'm having some trouble   trying to  view the sharepoint folders into the  folder  browser without any luck i  want to know is this is possible or some work around thanks

Best answer by stefanhelzle0001

Not directly, but you can use the a!hierarchyBrowserFieldColumns() to implement your custom columns browser.

docs.appian.com/.../Columns_Browser_Component.html

2 replies

stefanhelzle0001
Brainy
August 30, 2022

Not directly, but you can use the a!hierarchyBrowserFieldColumns() to implement your custom columns browser.

docs.appian.com/.../Columns_Browser_Component.html

felixr
felixrAuthor
August 31, 2022

thanks for your help.