Populating a checkpoint metdata dropdown list with multiple values
Posted: Thu Oct 16, 2014 9:49 pm
Hi,
I'd like to set dropdown options programmatically. I can't figure out how to do this.
I wrote a script which generated a string with 'n' between each value, then in my dropdown list for "Data type" i selected multi-line text with variables and dropped the PrivateData key for that multi-line string in there, hoping that would work -- but it didn't.
Next I tried making an external XML dataset that looks like this:
email1
email2
But then when I chose "Data type" "define values from a dataset", it would not let me build a path for the parent "emails" node. Only one of the individual emails.
I'm trying to build a dropdown list that could have multiple options. The dropdown values are the result of a query so they cannot be hard coded. Is this not possible?
I'd like to set dropdown options programmatically. I can't figure out how to do this.
I wrote a script which generated a string with 'n' between each value, then in my dropdown list for "Data type" i selected multi-line text with variables and dropped the PrivateData key for that multi-line string in there, hoping that would work -- but it didn't.
Next I tried making an external XML dataset that looks like this:
email1
email2
But then when I chose "Data type" "define values from a dataset", it would not let me build a path for the parent "emails" node. Only one of the individual emails.
I'm trying to build a dropdown list that could have multiple options. The dropdown values are the result of a query so they cannot be hard coded. Is this not possible?