in Portals,
How do I make "like button" in a grid and make it count likes ?
(as Facebook has)
Announcements
in Portals,
How do I make "like button" in a grid and make it count likes ?
(as Facebook has)
Hi @Multiz ,
You can insert an HTML button or Image with Like icon, On click of the button you can change the color of the Like Icon or replace it with Liked icon.
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_toggle_like_dislike
Also, Create a column in the Entity as "Likes" it should be Whole Number data type. you need to update the count value by adding 1 and store it in the Entity record-> Likes field using WebApi call.
https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-perform-operations
If you find my solution helpful for resolving the issue, then please consider Accept it as the solution to help the other members find it more quickly.
Lucas001
60
Super User 2025 Season 1
Fubar
55
Super User 2025 Season 1
surya narayanan
35