I’m trying to mange some dynamic coomponents using the api. The dyn components have some attributes use as input values that I need to set before asking the dyn component instances to redraw. Actually I’am able the set the attribute values but unable to make the dyn component instance to be redrawn using them.
Here is a video exemple below :
Step1 | Check the dyn component attribute value using the attribute dictionary.
Step2 | Set the dyn component attribute value using the attribute dictionary.
Step3 | Confirm the value change in the attribute dictionary but not in the UI although a redraw had been triggered.
Step4 | No refresh of the dyn component instance even if a redraw is performed using the api.
Step5 | Referesh ok if attribute value set using the UI.
Any ideas ? I sure I’m not doing this the right way.
That was my first thought but I wasn’t able to find any “dynamic_attributes” dictionary in the instance so I was working in the definition dictionary. But there is an instance “dynamic_attributes” dictionary. Maybe I’m too tired today…