Hello:
I have a hard time believing what I am seeing here.
I am using IsInteger to determine if a string is an integer (is a zip code).
What I found is that IsInteger gets confused by leading zeroes.
Attached is simple workflow.
Here are my results
Field1 Check
20220228 True
20200331 True
20270220 True
20161001 True
00112233 False
001234 False
010101 False
What am I missing here.
Best Regards
KD