Hi everyone,
I have a SharePoint list called innovation station. This list contains a number column called "gong votes". My power app has a gallery that contains a button that when people click should add +1 to the gong votes column of that particular record.
I have tried Patch('Submitted Innovation Ideas',ThisItem,{'Gong Votes':ThisItem.'Gong Votes'+1}). This seems to not update the list at all, it doesn't give me an error but just doesn't update the list at all.
Note I have tried both with the icon and button.
Any Ideas I am really stuck now!