Backend workflows

Hello,

Is it possible to create a “backend workflow”?

This is what I mean by that:

I have a page similar to Reddit / HackerNews: a list of links with buttons to upvote / downvote. What I’m trying to do is to automatically change a field from a data type once a link reaches a certain amount of upvotes / downvotes.

In other words:

Data Type: Link
Fields: link, type, upvotes, upvoters, downvotes, downvoters…

Once a Link’s upvotes = 250 —> Link’s type = ‘Silver’
Once a Link’s upvotes = 500 —> Link’s type = ‘Gold’
etc…

Is there any way of doing that other than “When page is loaded” or by adding actions in the Upvote button workflow (“backend workflow”)?

Thanks a lot!

What about a Reoccurring workflow? Have the program check this every 30 minutes.

1 Like

Thanks a lot! It did the trick :blush:

Edit:The only downside I’ve found is that the frequency of recurring workflows depends on the user’s plan.