Support

Account

Home Forums ACF PRO update multiple nested repeaters programmatically Reply To: update multiple nested repeaters programmatically

  • OK got it to work.
    I used update_field() to add the first row with all the sub fields and nested repeater as arrays.
    For the next rows I fetched the entire parent group field using get_field()
    and appended the row as array.