Hello everyone, how can I make a likes counter to see how many people liked your post
A like / dislike counter is available, but at the moment, it canāt serve to accumulate votes. Should be possible to use it for this purpose soon, it will work the same way that favorites (provide an email address first if app is using public mode)
Thereās a component for that.
Designate a column for counting likes and bind a like component to that column.
User Specific columns are available now. You need to create a new column in the data tab and select āuser specificā. This will store likes for each user individually in one cell. Iām not quite clear yet how it all works (still playing with it) and Iām having some issues with it at the moment that I reported, but itās my understanding that you will be able to apply a Rollup column to it to count the total from all users. I believe itās supposed to work with public apps too.
A tutorial video will be available in a couple of weeks.
Or @Robert_Petitto will go ahead and create his own!
You know me!
Ok, @Mark just clarified for me that user specific columns will only store the value indefinitely if you have email sign in enabled in the app.
Itās my understanding that they currently will work for public apps, but only until you close it. At least in this case it would be good for temporary values, like custom filters, or calculators, where you donāt need to store the value after you close the app.
Still not sure yet if we can count total likes from all users. Iāll need to test that yet.
Yes @Jeff_Hager, itās also my understanding. But yes, user specific value will be also useful for public app, to select display format of an inline list, or stuff like that in terms of UI. We should probably distinguish āuser specificā values linked to authenticated users, and āsession specificā values linked to a run of the app, public or not.
Itās our plan to make user-specific values persistent for anonymous users by storing them on their device.
Would be interesting to know what would happen to the the user-specific values stored on the users device when:
- app is closed
- app is deleted
- app is found multiple times on the phone
- ā¦
Would be nice to be in control of the users personal data
Could favorites be stored in the same way?
I believe Favorites will be stored the same way, yes.
Does anyone have an example of how to use the Rollup column to display the number of unique āFavoritesā an item has gotten? Iāve tried it with my app but the Rollup results are not coming out accurate. (or is there a better solution to this?)
I have an Events tab in my spreadsheet and āIs Favouritedā is an automatically generated column. I created a Rollup Column to count Unique āIs Favouritedā for each event, but it returns the same count for every event.
This functionality will be available one we can do Rollup over user specific columns. Not possible yet.
Thanks for that. Is it on the roadmap? If so, ETA on the release?
It is on the roadmapā¦Not sure about ETAā¦@mark?
We generally donāt give ETAs unless a feature is just around the corner. This one isnāt.
ok, all good, thanks!
How do you create a USER SPECIFIC column , I need for each signed up user to be able to click LIKE or DISLIKE and ITEM ⦠How do i to this ?