I created a workflow to get values from another list based on its calculated filed. I want to fetch the value based on 2 columns. For an example based on city and zip, I need to get the name from that list.
I have created a calculated field by concatenating these 2 columns achieve this.
I received this weird error
The field "Concatenated-field" of type 'Calculated' cannot be used in the query filter expression."}
So I cannot use calculated columns as a key to fetch items from other list?