Hi:
I have a button in a mimic shared and used by multiple VIEWs. I can configure the button to trigger an Automation script. And I can use [this view] place holder in the mimic to pass the view name to the script. However, I 'd like to also pass one of the view properties to the automation script. How do I do it?
Thanks
Hi,
I don't think it's possible to directly pass the property of the view. By passing the name (or id) of the view, you can then easily retrieve any property from the view in the automation script itself.
I added more details in a separate answer as it’s easier to format.
may I have an example of getting the view property using the C# code in auto script? thank you very much.