Save Document into New Folder from Integration Result

Hi all,

I have an integration that returns documents, and I am looking to have the document saved into a new folder that is created for each document. I am running into this error: 

I'd appreciate any advice or thoughts. Would this be better fit for a PM, if so, what would be the recommended path of approaching this?

Thank you in advanced!

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Would this be better fit for a PM, if so, what would be the recommended path of approaching this?

    Process Model is best - It provides proper transaction handling, built-in error recovery, and cleaner separation between folder creation and document writing using dedicated smart services.
    In the process model, first use an integration object to store the document in a temporary folder. Then, use the "Create Folder" smart service to create the desired folder and the "Move Document" smart service to move the document from the temporary folder to the new folder.
    Alternatively, if using Appian's document record type with your main record, you can leverage Appian's auto folder creation feature for greater flexibility and automation.

Reply
  • 0
    Certified Lead Developer
    Would this be better fit for a PM, if so, what would be the recommended path of approaching this?

    Process Model is best - It provides proper transaction handling, built-in error recovery, and cleaner separation between folder creation and document writing using dedicated smart services.
    In the process model, first use an integration object to store the document in a temporary folder. Then, use the "Create Folder" smart service to create the desired folder and the "Move Document" smart service to move the document from the temporary folder to the new folder.
    Alternatively, if using Appian's document record type with your main record, you can leverage Appian's auto folder creation feature for greater flexibility and automation.

Children
No Data