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
Hi Ryan,
As far as I know this is not possible out of the box. A possible option could be using a table from an element to populate the drop-down list:
Configuring the shape data field
If you want the user to be able to select the new value from a list of values stored in a (table) parameter:
[Sep::X]VariableNameX[Param:dmaid/eid,pid]
The drawback for this case is that you will need to update the connector. The driver should ingest the content of the CSV file in a new table.
Hope it helps.