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'm needing some help with getting an interface together to populate a simple table for collecting survey data.
I have a list of software titles divided into categories.
Each category will be surveyed individually, until we have gone through the entire list of titles - this is to avoid providing our users with a massive task!
Likewise I do not want to send through a task for each individual title in a category.
Here is the concept model for what I want to do:
The survey result CDT looks like this:
I have been thrashing around for the past few days with Editable Grids and Read Only Grids, and am experiencing the following issues:
I have tried various approaches and am now finding myself running around in circles.
For a starting point I need a firm recommendation on which interface will meet my needs best. Following on from there I will be able to troubleshoot where needed.
Thanks and blessings
Stephen
Discussion posts and replies are publicly visible
Hi,
I think Editable Grid it's the way to go.
The problem you are facing is solvable by just using an a!forEach row that you want to survey. (https://docs.appian.com/suite/help/21.2/Editable_Grid_Component.html#editable-grid-with-two-rows-using-looping)
If you have any other issue ask here!
Thanks Gabrielle, I appreciate the advice - this is what I have done, so the interface is now working!