Hi @damon ,
Thanks for reaching out to us.
You can check the repeater row counter after your method as
$row = count( get_field('repeater_field') );
You can then place an if to check if the number of rows is 0 then update post to a draft.
Hopefully this helps 🙂