SOLVED: Repeater inside a relationship loop

Hi,
I’m using ACF for this.

I’m listing phones inside a address inside a profile page.
The phones are is a repeater, the address is a posttype related with a ACF relationship.

I have a person profile page, and i’m on it, so, i’m editing this post type.
Then, in this person, I have a queryloop to relationship with address, an inside I have a repater with the phones numbers.
The last one, the repeater apears inside the queryloop list, the same for the phones, but the result is blank, the phones doesn’t show up in front.

So:
Post type template page:
— Relationship loop: OK
— — Repeater: NOT OK

I’ve seen tuts about nested repeaters working ok, but i thing this does not work because this is not a repeater inside another but a repeater inside a relationship.
Any clue?

TY all

2 Likes

I reported this a few days ago and they were able to reproduce the problem.

This in their internal bug tracker.

Let’s hope it will be fixed in an update soon.

1 Like

Hi Fausto, as per @Sridhar mentioned, we already recorded this in bug tracker.
Thank you very much for reporting this.

Regards,
Jenn

1 Like

Hi,
Got it.
Thank you all for the reply.

Hey @itchycode - Is this one resolved yet by chance??

@FranklyCo

Sorry that we didn’t update this thread.

I have checked the task record, the fix was shipped in v1.6

I tested the above scenario and everything is working as expected now.

I would suggest you to create a new thread and describe your issue there :slight_smile:

Try check if you have any special setup like duplicated field name, field group etc as well.

Regards,
Jenn

1 Like

Thanks, Jenn! Will do.

@itchycode I created a new repeater outside of an ACF group and it worked. The issue appears to be if a repeater is contained within an ACF group inside of CPT being queried via a repeater.

Original Issue:

  • ACF Relationship - Works
    ** ACF Group
    *** ACF Repeater - Does not work

Successfully Working

  • ACF Relationship - Works
    ** ACF Repeater - Works

Is there any reason this would not work if the repeater is contained in an ACF group? Should it be able to?

Just curious before opening a bug ticket on it. Thanks!!