Skip to main content
September 22, 2022
Solved

How to check type of document ?

  • September 22, 2022
  • 4 replies
  • 1 view

Hi,

I wanna check type file.

How to check type file?

Thanks,

    Best answer by ujjwalr0002

    You can use the document function to find the extension.

    https://docs.appian.com/suite/help/22.3/fnc_scripting_document.html#

    4 replies

    Participating Frequently
    September 22, 2022

    You can use the document function to find the extension.

    https://docs.appian.com/suite/help/22.3/fnc_scripting_document.html#

    ojask2243Author
    September 22, 2022

    Thank you so much

    September 22, 2022

    document(documentId, "extension")
     
     

    ojask2243Author
    September 22, 2022

    I use do it

    document(documentId, "extension")