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
SFDC pvSFDC pv 

Hi How to pass the values which i stored in array in Lightning web components to apex methods and update the records

nikhil karkra 9nikhil karkra 9
import apexMethod from '@salesforce/apex/Namespace.Classname.apexMethod';
apexMethod({apexMethodParams}).then(result=>{
// handle your data here
}).catch(error=>{
// handle your error here
})

apexMethodParams pass your data
nikhil karkra 9nikhil karkra 9
https://salesforcelightningweb.com/#apex-service-call-in-lightning-web-component