Hello @zksvc , Thanks for your prompt response and Thanks for your time! It works but my token value will be enclosed with ("token_value"), Lets say token and results can be Token ...
See more...
Hello @zksvc , Thanks for your prompt response and Thanks for your time! It works but my token value will be enclosed with ("token_value"), Lets say token and results can be Token Result Reason ("*") value_1 Since the length of "*" is 1, we need pass value1 ( "abc") value_2 Since the length of "abc" is 3, we need pass value2 ("ajd","abc","sd") value_2 Since the length of "ajd" is 3, we need pass value2 The purpose of this is, My use case is to find wheather the token consists of "*" in it or not, Since its a inputdropdown of multivalue field, If i use mv commands it only works for multivalues but at some cases we will be getting single value from the input dropdown, So i need a condition to work in both the cases. Thanks!