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 everyone,
As the title suggests, I am having trouble inserting data using the "Write Records" in smart service.
I have configured the node according to the official documentation, but I keep encountering an error that prevents the data from being inserted.
I would appreciate it if anyone could help me identify the cause of this issue.
# Process Model
# Configuration in Write Records
# Process Variable
# Error Messages during debugging
# Data Access in Data Model(LAW Loan Approval V2)
Optimized (Synced)
# Environment
Appian Community Environment(Appian Version: 26.3)
Discussion posts and replies are publicly visible
Your pv! LAWloanApplication has No Value. Write Records needs a populated record type instance, not an empty PV.Assign values to the PV before the Write Records node using a Script Task.
Thank you so much! I ensured the Process Variables were populated before reaching the Write Records node as you suggested. That fixed the issue!