Integration Cloud 7.0.0 | Built-In Services | Built-In Services | lookupDictionary
 
lookupDictionary
Looks up a given key in a hash table and returns the string to which that key is mapped.
Input Parameters
hashtable
java.util.Hashtable Hash table that uses String objects for keys and values.
key
String Key in hashtable whose value you want to retrieve.
Note:
The key is case sensitive.
Output Parameters
value
String Value of the string to which key is mapped. If the requested key in hashtable is null or if key is not mapped to any value in hashtable, the service returns null.