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 team,
I am facing an issue where My data is not getting saved in data store.
I am using a process model which can be seen below-
I have set up the process variable 'Result' for tracking the integration result.
Also, in the 3rd node,i.e., Write To Data Store Entities, I have used the following setup,
But Somehow data is not able to get stored in Data Store. To track the output of the write To Data Store Entity node, I have used an output variable,
Now see the below Screenshots while process was in Execution, the process variable details
I can see the storedValues is returning empty.
What's the wrong with the above process ?
Please help in this regard.
Discussion posts and replies are publicly visible
You have to create a local variable of type BTUA_Scripts_v2_tbl_cdt and map the integration result with the new PV by using cast function or some logic to map Integration result with that and use the new PV for insertion.