Skip to main content
vinayj6479
June 6, 2023
Question

Get id of the document By name of the Document

  • June 6, 2023
  • 5 replies
  • 1 view

Hi Team,

I have a folder where I am storing the PDF name with a Unique Value, now i want to get the PDF id Value to use it further. 

help me in getting the Id of the PDF's stored in Folder.

Thanks in Advance.

Regards,

J Vinay

    5 replies

    harshitb6843
    June 6, 2023

    Why are you not saving the IDs at the time of upload, generating that document? It will be difficult to query the document id with their name. 

    vinayj6479
    June 6, 2023

    no I am not generating that Document, that PDF's  are from Docusign Integration and saving that Pdf in one particular Folder

    harshitb6843
    June 6, 2023

    When you save those PDFs, you must also be getting the ID of that document in the output node of that smart service. 

    tushark6475
    June 6, 2023

    Hi Vinay, there is a plugin called "Content Tools". Just deploy that plugin in your environment, and you will get to use the function "findDocumentsByName".

    vinayj6479
    June 6, 2023

    Thank you Tushar.

    I got my solution