how to calculate field value in power apps portal
I have used this code but it is not working
any help would be great

how to calculate field value in power apps portal
I have used this code but it is not working
any help would be great
Hi @unbeatbale,
Your fields are probably are string type. Because of this, you are basically concatenating strings instead of performing an actual sum operation. You can try to use parseInt function to get a number instead of a string.