I would like to modify the user input to ensu...

I would like to modify the user input to ensure the formatting is correct.

For this example the field is 10 char long.

If the user inputs โ€œ1234โ€ I would like to update the data to โ€œ0000001234โ€.

I would generally use the following formula =right(โ€œ0000000000โ€&[_THIS],10) but do not know how to implement this in AppSheet.

Can someone assist?

0 5 496
5 REPLIES 5

No need for that. You have the option to choose how many digits to show. You can find this option from the columnโ€™s definition.

@Aleksi_Alkio The problem is I need to add the leading 0โ€™s to the users input.

Itโ€™s a character field (not number) and the system requires the zeroโ€™s be padded to the right.

Make a virtual column. Or an action that runs on form submit.

I would use an action for this purpose as well.

Action would work.

Thanks!

Top Labels in this Space