Comparision of strings

Hi all,

I have a question. What is the expression to compare two strings. One string is dictionary key value and the other one is the normal input. Need to compare these two and if its same write the value of the key.

Please help me. Thanks in advance

Hi,

How about the following?

dict.ContainsKey(targetString)

Regards,

Hi @Inchara_B_A,

if want to check equal value use below workflow

Config as dictionary value

Workflow

Thanks,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.