Hi all,
Is there a way to populate a dropdown list on a visio with the contents of a csv column, so we only have to update the CSV and the panel will automatically pull in the values of the csv column?
Thanks
With the UIVariables.VisualOverview you can assign values to variables from an automation script. With this you can read out your CSV and set your variable to the ':' separated list of values the SetVar shape data requires. When the script is done executing, you can then use the var placeholder inside your SetVar shape data to populate the dropdown.