Activity › Forums › Salesforce® Discussions › How to convert list of object into list of string in Salesforce? Salesforce® Discussions How to convert list of object into list of string in Salesforce? Posted by Deepak on October 27, 2020 at 3:51 PM How to convert list of object into list of string in Salesforce? Ayush replied 5 years, 7 months ago 2 Members · 1 Reply 1 Reply Ayush Member October 28, 2020 at 5:38 AM List<Object> reqs = (List<Object>) responseObjinside3.values(); List<string> lsstr= new List<string> (); for(Object a: reqs){ lsstr.add(String.valueOf(a)); } Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me