Hi,
I'm working on a formula to convert postal code to region. I have an entity I've created with all the postal codes and their associated region.
I've put this in the formula sandbox
record\findOne('ZipCodesWI', 'zipCode' , 'asc', 'zipCode=','53006')
No syntax error, it says it ran successfully.
How do I see the result?
The tooltip on the Output section says... Use output\printline .
What is this trying to tell me?
Thanks!
Russ
I'm working on a formula to convert postal code to region. I have an entity I've created with all the postal codes and their associated region.
I've put this in the formula sandbox
record\findOne('ZipCodesWI', 'zipCode' , 'asc', 'zipCode=','53006')
No syntax error, it says it ran successfully.
How do I see the result?
The tooltip on the Output section says... Use output\printline .
What is this trying to tell me?
Thanks!
Russ
Comment