Hi Champs,
I have a map value having multiple key and value pair. Now I want to check for a value which exists in one or more key. So I guess the only way to do that is to iterate over the keys in the map.
How can I achieve the same. As of my knowledge, for each works for no of map not for no of key/value pair in a map.
Regards,
Ghanashyam
Discussion posts and replies are publicly visible
No. As variables in Appian are immutable, you cannot update anything during iterations. But using some of the set functions, you can easily do this.