Hello, everyone,
Is there a way to update an existing value from the table using a patch function?
Starting position:
in the table is e.g. "5". Now I want to add the value from the APP using a patch function.
So that means:
"5" is in it, a value "9" comes from the app. Now this value should add up to 14
Is this possible?