Hi. I have a question. Does anybody know how to program it that it only creates a notification, when you click on the like button the first time? I want the user to receive a notification only once.
Best wishes:)
Hi @jakob,
If you’d like to send just one notification: create a True/False property “Notification sent” in Users collection, set it to False by default.
Make a button-click action “Happen Sometimes”, when Logged-in User → Notification sent is False.
And then add another action to update Logged-in User → Notification and set it to True.
Best,
Victor
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.