Can you see if Google sheets is treating that as a number or a string? Try adding those two numbers within your sheets using a formula.
if it’s not get rid of that comma and put a decimal.
This is what happens when I do it, but like @tatiang said I don’t know what country this format is in.
i am sorry sir, just want to check out on another device, last night it worked, it can increase more than 2 quantity, but now it is stuck again on 2, i have no idea what happen, is thunkable error, or blocks error, thank you
Everything looks ok. I’m not sure what’s happening on your end. You’ll have to debug it to find out what the problem is. @tatiang created a post a while back on this. Debugging in Thunkable X (Video)
hi sir, i decided to sort of change the concept, so i split the add and update blocks, the add blocks is fine, but on update blocks, i sort of do a simple test, where i use the get block from the data source and set a label to changer to whatever the value the being get from the spreadsheet is, but on test, it does not change to anything, do you have any suggestion on how i can get data correctly from a spreadsheet? thank you.
I added a few things for you to get started. Right swipe to update an entry. Left swipe to delete. When a new item is found a menu will open to input the product information.
Change the data viewer table to yours and update the code to your tables paying attention to the columns,
Can you be more specific? Do you want only a new item to have a pop-up menu? If so, then use an if/else block that check to see if the item is new or if the item is not.