Skip to main content
January 22, 2023
Question

Display excel document

  • January 22, 2023
  • 2 replies
  • 0 views

Document Id is generated from the process model, I need to show document in the interface how to link process model to interface.

    2 replies

    January 23, 2023

    Configure the user input task in the process model so that once you upload and submit the form, you can use activity chaining to the loop back to the same userinput task. Ensure to pass the values entered in the 1st UI so that it looks exactly same to the end user along with the document

    vinays024987
    January 23, 2023

    Use a!startProcess function to execute the process and use the onSuccess parameter to get generated document Id.