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.
hii,
i have created a grid in which i have given nominee details and i want to store multiple nominee details rows inside the database for every customer id. can anyone please give me a better approach to solve this issue? as i am new to appian.
Below is the screenshot of my grid like this i want to store multiple rows in the database.
Discussion posts and replies are publicly visible
Save Rows data in an array type Rule input.Create a Process Model & configure the nodes as per the process. Don't forget to check the Multiple parameter as you need to insert multiple records.
I have done the same step as you tell but the error is coming in the write to data store entity.
Below is the error ss -
You are Giving some Null values from your end, please check it once.
in row 2 second <null> its missing , may be expected same as first row
Looks like the Customer ID didn't get populated for the 2nd row you're trying to add here:
Yeah its showing null but the first row is able to fetch the customer id from the customer table to the nominee table. can you please suggest me how to fetch it in the multiple row? I think this is the issue that it is not able write multiple rows in the database.