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
In the 'Save Document In' expression box the expression should return a folder object. Currently you are doing a!save() which returns a reaction tree instead of a folder. As a!createFolder() can be executed within saveInto or WebAPI only you should use a process model for your use case. a!createFolder() won't execute properly here. In the PM create a folder and then move your doc in it. For this integration use a temporary folder to store the document in.