I'm making a little pet app with stats values to learn Appinventor. everything works fine except the label for Thirst value. When I run the app, it gives me an error (The operation + cannot accept the arguments: , ["Thirst: "], [10]) and The operation - cannot accept the arguments: , ["Thirst: "], [5]
The other stats for hunger, care and wash don't have any problems despite using similar coding.
here are all the blocks that are associated with the thirst value label (ThirstValue.Text)
Could not replicate your error, tested with companion and as apk. Try to change clock's time interval from 1000ms to 5000ms and see if it works for you