How to set dynamic value of resuable element's properties?

Hi all ,
I am using a resuable element that have 2 properties of different types , i can pass the value dynamically when using the RUE itself , but need to set another value dynamically to one of the properties of RUE , current “set state” can’t list properties , let me know if this is possible.

You can not dynamically set the property value like ‘set state’ action, as there is no action to ‘set property value’…instead we need to be creative in our approach to how we setup a dynamic expression on the RE itself within the property field value. This can be a dynamic expression you craft within the RE itself, or added the any ‘instance’ of the RE used through the app.

Sometimes, it might be as simple as setting a custom state somewhere and mapping the custom state value to the property of the RE, but that basically means you do not need the property anyway and can just use the custom state. Other times you may use a value from the URL or local storage.

hey , just experimented , we can use “make changes to a thing” and pass the RE’s property in “thing to change” , it worked!

That is different from setting the value of the reusable element property dynamically…that is just an example of using the RE property value as a datasource, but glad you found a way to do what you needed.