AaruulOriginal post
Rank 2: Process
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int.
Error:
TypeError: "37": type 'String' is not a subtype of type 'int'
appwrite: 23.1.0
Summary
Total value is a string causing an error, fix has been released.