Issue with Nested Twig/Dynamic Content in Components with Parameters

Hello!
I have simple button component that has parameters, 2 of which i’m concerned with. The Title and URL.
When I use it in conjunction with a looper, I get weird results.

Entering {{looper.item.localized_cta_button_title}} in a normal text field, works perfectly. But entering that into the parameters of the button, doesn’t work. Even normal stuff like {{post.title}} isn’t working either

edit: also tried with |raw on both ends input and component output, and still nothing

Temporary solution - Apparently, the component (per inspection on different site’s persona template) MUST be in dynamic content format {{dc:p:link.href}} to pull from the parameter. That way, twig content {{looper.item.localized_cta_button_title}} can be used in the parameter input whenever the component is used

Hello Jonson,

Thank you for the inquiry.

Could you let us know where you are testing this? Please create a test page and provide the login details in a secure note so we can check it further. Using {{post.title}} in a parameter field seems to be working correctly on our end – retrieved from a default Query Builder in the Looper Provider. How did you set up the Looper Provider?

Best regards,
Ismael