🆕 UPDATED Glidegram - social media app (follow/unfollow, unread messages & more)

image

  1. First Condition:
    If “incr_Likes” column doesnt equal to 1
    image

Will increment “incr_Likes” column by 1 (first tap glide just recognize the touch, incrementing only the second tap)
image

  1. Second condition:
    If “incr_Likes” column equals to 2 and Time Stamp column (user-specific) is empty
    image

will:

  • Show Notification: Liked!

  • Increment a “Likes” column (not user-specific) by 1

  • and Set Columns:

    • "is favorite?" to “incr_Likes” (the number 1 will makes it be true)
    • "Time Stamp" to current date/time

    image

Set Column:

5 Likes