function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
P 186P 186 

how to save response value

Hi i have two different fileds Asked question and Response(picklist).now i want to save all response value.how i will do by wrapper class.User-added image  
Lokesh KumarLokesh Kumar
Create a wrapper class and declare a Map<String, String> store the question and response as a key value.