I want to write a flow that takes the first 3 digits of Address 1 Zipcode and compares them against another whole number field.
I was able to compare them le or ge using the full 5 digits of a zipcode.
What is the expression for filtering out records where zipcode value = first 3 values of zipcode field?
Is there a repository where i can find these expressions?
Thank you