Support

Account

Home Forums Add-ons Repeater Field How do I find repeater meta_id Reply To: How do I find repeater meta_id

  • Hi @raca12,

    Thanks for the post.

    The repeater field saves its data using a series or row and ancestor names and thus it would be quite tricky to target the meta_id.

    Each value within a sub_field will be saved in a particular row using the following format {parent_name}_{row_number}_{sub_field}

    Perhaps you can target this using some SQL query.