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, I am getting this error in process model can any one help in this?
An error occurred while trying to write to the entity "CMS_Account" [id=b1446b7a-fe5c-4055-99fe-83fb363552a6@8681, type=CMS_Account (id=5452)] (data store: CMS Data Store). Details: java.lang.IllegalArgumentException: The record to be saved must not be null: TypedValue[it=5452,v=<null>] Data: TypedValue[it=5452,v=<null>]
Discussion posts and replies are publicly visible
Check the database table columns which does not allow NULL values to be inserted, then check if you are passing NULL value from Appian, if yes, you will keep receiving this error message. You need to make sure that you don't pass NULL value from Appian when it is restricted from database side. Hope this helps.