Difference between RepeatableEntry and Repeater
Hi All,
Can someone explain me why the data is different between a RepeatableEntry and Repeater
I have a action with slideover to show me records from a relationship (code below).
The RepeatableEntry hase all of my records.
The Repeater hase none of my records.
Thanks for the support!

Solution:Jump to solution
I didn't understand what you said, anyway, this is the docs reference to fill the form with existing data
8 Replies
I think
RepeatableEntry
can detect your relationship, so you don't need to call the relationship method. However, inside the Repeater
, you must specify the relationship methodI have tried that, and it also giving me 0 results.
Even when i dump the modify query on the relationship it will show a correct query but no data is displayed.
provide the whole code that you are using in gist please
Here is the gist : Not availible anymore
if you are using a schema/form, I think you need to fill the form in the action using:
Thanks, for this.
With that i get data, only the relations are not loaded, thats because it is a array now (like product.name)
Solution
I didn't understand what you said, anyway, this is the docs reference to fill the form with existing data
Thanks, fillForm was the solution for this.
Did not think of that because the RepeatableEntry worked out of the box.