Hi.
On Microsoft visio, I've got a select list with this shape data:
Title => SetVar
Type => String
Value => MYValue:Value1:value2:value3|
It' simplified becaused I've got A big list of values
Then it create me a box with a scroll bar. Until here all is fine.
But I need when MYValue is egal to Value 1 to set 4 other values.
In the same way when MYValue is egal to Value 12 , the 4 other values must change.
How could I do this?
Many thanks
Hi Henri,
Based on your input, I think an Automation Script is more appropriate. You cannot launch an Automation Script when you select an item in the list. But you can introduce a 'Confirm' button which will launch an Automation Script and does the magic with the input you provide (i.e. the selected item in the dropdown list).
In your script, you can then use the following functionality to Add or Update session variables: Passing Automation script output to session variables
Hopes this helps you further!
Jarno