Support

Account

Home Forums General Issues Updating Sub Field of Group Inside a Repeater Reply To: Updating Sub Field of Group Inside a Repeater

  • To answer my question and assuming you are changing the first row, you need to simply use update_field:

    update_field(r1_0_g1_t1, ‘cow’, get_the_ID());