
- First Condition:
 If “incr_Likes” column doesnt equal to 1
   
Will increment “incr_Likes” column by 1 (first tap glide just recognize the touch, incrementing only the second tap)

- Second condition:
 If “incr_Likes” column equals to 2 and Time Stamp column (user-specific) is empty
   
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
  
Set Column:
