User likes
then clicking on Text Parent like or Group Parent like_comment will like the comment (add current user to the Comment
's User likes
count). If the parent comment has 1 or more likes, then clicking on Text Parent like will show a popup with a list of User likes
on that Comment
. Clicking on Group Parent like_comment will remove the current user from the parent comment's User likes
count. Similar workflows apply to Text Child like and Group Child like_comment as well.
Website object
(e.g., app name, primary color, and etc.)Comments
(where the parent comment is empty). It is used in the logic to display the 3 most recent parent comments and to show all post comments.yes or no
field (it is not located in the popup because it needs to be referenced in the repeating group cell). This variable is used in the logic to determine when to show all post comments.Dummy
data source. Link your newly created Post
data type to the Comment
data type. You could do this either by:a list Comments
as a field to the post data type orPost
as a field to the comments data type in the databasePost
.