How to change a reusable element's properties?

I’ve got a checkout page with a reusable element there. A user can change things about the order like product, quantity, payment method, etc. And these changes have to reflect on the reusable element. Which I’m not able to do. This reusable element has 2 variables in Properties and I need those to change accordingly, how can I do this?

I’ll attach a screenshot or the properties, as you can see the properties are set in the editor not an action inside a workflow:

Bind the reusable instance’s properties to dynamic values (page custom states or inputs) and update those sources with a “Set state” workflow when the user changes the order.

This topic was automatically closed after 70 days. New replies are no longer allowed.