Order app calculated amount displays zero if greater than $1000

Hi I’m doing a simple order app where the user chooses a product, they enter a quantity and the calculated amount displays. They hit a button to add it to their order. When they’re done they hit a checkout icon to go to the order summary screen, where the order info is summarized in a list. It works great as long as the order item amount is less than $1000, otherwise it shows as a zero. I don’t see any $1000 limits to any of the db collection properties or form/text fields. Below is the preview. Any help much appreciated!!

Hi @Canadski ,

Save them first the input value in the collection then link to another screen.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.