Skip to main content

Batch updating records

  • March 9, 2020
  • 3 replies
  • 14 views

Is there a batch version of the updateRecordAsync function?

3 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • March 9, 2020

Yup. updateRecordsAsync. Look at the tiny (s) at the end of the word records. It takes an array as input and is subject to a batch limit of 50 records. The info is in the documentation.


  • Author
  • New Participant
  • 1 reply
  • March 9, 2020

Well that’s embarrassing thanks for pointing out what is clearly in the documentation.


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • March 9, 2020

Well that’s embarrassing thanks for pointing out what is clearly in the documentation.


No worries. While the documentation has great information in it, the setup makes it hard to navigate and read.