Support

Account

Home Forums Add-ons Repeater Field Update empty Repeater Field Reply To: Update empty Repeater Field

  • Hi @cemderin,

    Thanks for the post.

    The issue might be with the count() function, with your logic, the update_field() function is set to run to infinity since count will implement continuously and you have not set a break point.