Using Stored Values
1 min
a stored value is a named piece of data that stores commonly used information use stored values across anywhere that expressions exist use them for everything from stored expressions and quick actions to searches access and use stored values from the stored values workspace in addition to using stored values in expressions and quick actions, you can retrieve and update stored values using the rest api for more information on using the rest api, see rest api docid\ pxod3xeaoypyr2lq6etf5 and working with the ivanti integration web service docid\ qokd5aabbw4qubwuszjll using stored values in expressions stored values can be used anywhere you can use an expression to call a stored value open the expression editor in the toolbox , choose functions > system functions > getstoredvalue you also can begin typing the function into the search bar to find it in the list use the rules in expression grammar docid\ pf6ggqn8 79wx1mpbid to write your expression call your stored value with this expression $(getstoredvalue("yourstoredvaluenamehere"))
