Hi,
I need to use the visible/hidden Options shape data to show Visio tabs when certain properties match my placeholders. Are wildcards not accepted here? If not, how else can I match as the value is a variable but can always start with a character I choose.
Ross Elliott [DevOps Advocate] Selected answer as best 15th November 2021
Wildcards are currently not supported in this shape data.
EDIT: However regexes are!
For your example, you can use "Visible=[Property:Destination 0];regex=0.*" and it will work in the same way as wildcard "0*" would.
Ross Elliott [DevOps Advocate] Selected answer as best 15th November 2021