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!