Records of Data making it negative as default

Hello everyone, I was wondering if thereโ€™s a way to create a feature where the user input a number in the app which is a POSITIVE number but the output shown in the google spreadsheet would be a negative number ?? If itโ€™s possible, how can I do it?

0 5 1,269
5 REPLIES 5

Yes you can do that with an event action. When the form is saved, it triggers an action that rewrites the value with an expression like [ColumnName]-1. If the user is able to write a negative value, you need to use ABS([ColumnName])-1. Though you could probably also set a rule to your column that the max value is -1.

Hi, sorryโ€ฆ thanks for commenting. Do you mind to explain again in simpler terms? I have a difficulty understanding your comment

Please check the sample app called โ€œChange Valueโ€ from www.appsheet.com/portfolio/531778

Thank you so much

Youโ€™re welcome

Top Labels in this Space