I am trying to create a table of name:value pairs in a variable and then look that up when a parameter is passed into piston so I can send a SMS message when the name is located. In Java/groovy this would be pretty simple but I can’t seem to find a way to do this.
Does anyone have some sample code that demonstrates the variable assignment and lookup?
Thanks.