Adalo 'component': Text Input ---- IF number entered starts with zero (0), the zero gets ignored when sent via Custom Action to Make/Integromat

Hi, the problem is not in input it’s on the database property you’re using to store the validation code, you should use “text” properties for codes because they’re basically strings, you won’t be performing calculations with’em, so do that and put the input type as normal, that’ll save you some headache,
Cheers.

2 Likes