help with workflow dictionary query
I need some help with a dictionary query.
I need to know the syntax to return the key when you know the value.
to say this another
whats the key number of the dictionary entry that conatains a certain value?
Jeff
0
-
Hello Jeff,
You can return the key of a dictionary entry by using a ForEach loop on the KeyValuePairs within the Dictionary.Once you've found the value, you can assign the associated key to another variable and exit the loop.
(/customer/servlet/servlet.FileDownload?file=00P6000000e88SwEAI) /customer/servlet/servlet.FileDownload?file=00P6000000e88SwEAI
If you have any other questions or need further clarification, please don't hesitate to ask.
Thanks, Stefan0 -
Thats exactly what i needed!
J
0
Please sign in to leave a comment.
Comments
2 comments