I don’t know if this is possible with bubble, but if I have a text input and what I’m trying to do is eliminate/drop the leading zeros and save the rest
Example: User types in 0000001234567890, I want bubble to drop the zeros and save: 1234567890 to the database, how would I achieve this?, is this even possible?