Support

Account

Home Forums Add-ons Repeater Field update field with key for repeater not working until post is updated manually

Unread

update field with key for repeater not working until post is updated manually

  • I have a custom field group and inside it, there is another custom field which is a repeater I call an API that updates those fields programmatically, and then when I try to query on them I can’t I have to update each post manually and then the query get results.

    Example:

    Travel Custom Field
    Travel Object Looks Like this
    {
    some travel data…
    custom_Data:[
    {start_date:’20200812′,
    end_date:’20200818′
    },
    {start_date:’20200812′,
    end_date:’20200818′
    }
    ]
    }

    so I want to query on those fields start and end date they only work when I update post manually

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.