Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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
cindyl5142 said: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.