Hi, I have a dictionary(string, string) which has some keys with similar text.
example:
dictvar(“job date A”, “A”)
dictvar(“job date B”, “B”)
dictvar(“job date C”, “C”)
dictvar(“periode A”, “A”)
dictvar(“periode B”, “B”)
dictvar(“periode C”, “C”)
I want to iterate the dictionary using for each only for the keys that has “Job Date”
but using filter collection give me this error.
any solution?