Can’t I change the attribute value of an object in the code?
How can i do that?
(example)
I’ll name it “mychart” and save it’s mychart
Can’t I change the value of mychart’s attribute (width) in the code?
something like below
"mychart.width = 500 "
Is that property exposed?
For that you can check in the locals panel if the particular property you need is exposed…if so you can change it
It depends on how the property is
Cheers
Hi, you can try this if the attribute is available in the Identified UI Element attributes
Once you’ve identified the element and selected the appropriate attribute, use the activity’s properties or parameters to provide the new value you want to set. This could be a string for text-based attributes, a Boolean for checkboxes, or other relevant data types.