Hi,
I`ve been trying to verify if a row in a google sheet (without id) in a determined column is empty.
Example:
IDscanner | Date | Scanner | Product |
221abc |10/11/25 | 28.125/0038 | Shirt Blue |
223sdf |10/12/25 | 28.125/0039 | Shoe BLA |
|10/13/25 | 28.125/0036 | Backpack |
When the user scan the 3rd row, Apsheet add a number in the column [IDscanner] and rewrite the others columns, deleting the previous data in that 3rd row. How can I determine Appsheet not rewrite that row, or warn the user that row has data, or jump to the next empty [Scanner] row.
Thanks in advice!