I have a Button Component in a Repeater with dynamic Button Text & Button Link. I can link up the button text to my component without issue dynamically within the Repeater, but adding a dynamic Repeater link to the button I can’t seem to manage. Is it something I am missing? Or is it not possible?
I’m not sure if this is a bug or planned for a future update, this needs to be confirmed by someone else.
A temporary solution could be that you remove the component link propertie from the button block and set it up as a simple dynamic block without the component link:
In this case my repeater field footer_cta_rep_page is a Post Object.
@T-low ah thats brilliant thank you for the work around! Thank you for taking the time to try it out yourself. @Araminta I am delighted it wasn’t user error for a change. I look forward to that added functionality.
I add in another issue (I think) I noticed regarding the components and repeaters.
If I pass a dynamic ID to a component, it alters the value of the id by adding -r-1, -r-2 at the end.
I think this is added to avoid getting a duplicate ID, but there should be a way to switch it off. (as for cases when we want to match a trigger id with a modal id)
I have the same issue with image and rich text, can’t connect to a repeater field…
Thanks @T-low for the tip
(NOTE: It does not work if component is also used outside of a repeater, as a standalone block, since we can’t customize the field any longer.)