User prompt teste numbers only

Hi there.
Im building a system where the user might insert coordinates. (Only numbers). So Far, I used the prompt local user text as input for It. But as its free text I am considering another options to avoid invalid inputs.
Is there a way to take only numbers?
Thanks in advance

You could use a parse int/parse bool chip to filter out responses with letters

Hi, thanks for your reply.

But I would like to allow
Only numbers as valid inputs …
Otherwise the person may enter something like:

,.:1a4-+425

as input and its gonna be annoying…

Thanks