
The number in the middle is a label with it's Text: 'House DropDown_7'.Selected.Scooter
This is the plus button's Onselect
Patch('Database Output',
'House DropDown_7'.Selected,
{Scooter: (Value(Label2_981.Text)+1)});
Refresh('Database Output')
If I set the label Text to be "0", then the Google Sheet value turns to '1
If I start with Scooter being a 1, then it turns it into a '2
And the label doesn't refresh at all, it just stays the same. Why am I getting a ' in front of my numbers & why is this not refreshing?