BUG : An expression returning correct result in Appsheet, Appsheet Api returning incorrect result.

HBT
Silver 4
Silver 4

If you have an expression in the App formula:   100+([Column1]/100)

Suppose a value is stored as [Column1]=30.

AppSheet Return Value: 100+([Column1]/100)=1,30
The return value in Appsheet Api is: 100+([Column1]/100)=100

The reason for this lies in the calculation of the return value as 0 in the division operation. So, while it should be 30/100=0.3, the return value is 0.

Dear @lizlynch  I don't know who to alert for this error. But I've been reading your posts about the bugs being fixed. Please send this error to the relevant department.

Solved Solved
0 2 134
1 ACCEPTED SOLUTION

2 REPLIES 2
Top Labels in this Space