So, essentially I have a Sharepoint list full of different items, what I want to do is provide a PowerApps plug-in with like and support buttons. When a user then hits the like button against a selected list item I want to check if they have already liked that item, if they have, do nothing, if they haven't then I want the like button to add 1 to it's current count. To make things a bit more complicated I don't want the users to actually have editable access to this SharePoint list (It would be ideal if I could just give them editable access to the likes column but SharePoint seems to only allow/deny editable access at the list level?). I am relatively new to PowerApps and as such any help anyone can provide would be greatly appreciated!
Cheers,
Owen
I have had a look on StackOverflow for a while now and have tried a few different solutions for like buttons but I haven't been able to find one related to SharePoint lists meeting the same checking requirements above.