Infolist for Repeater

How can I display my Repeater data to an Infolist? Ex. I have 3 data on my Repeater and I want to display the 3 data on an Infolist.
4 Replies
lazydog
lazydog5mo ago
Thanks, I think this is what I need but I have a hard time to implement this. Attached is the data that I need to use for Repeatable Entry with sample implementation. Can you please guide me?
No description
nya
nya5mo ago
I think 'fieldname' needs to be 'data', and then in the repeatableentry's schema, they can just be 'name', 'size', etc.
lazydog
lazydog5mo ago
Ohh yes your logic is correct. The actual implementation is fieldname.data then in Repeatable Entry are name, size and etc. Thanks @nya !