Question

Update entire database

  • 3 October 2022
  • 2 replies
  • 45 views

Userlevel 1

Hello,

 

I have a Webflow CMS Collection, and I want to be able to update a field for ALL items at specific time intervals.

 

For example, I would love to update the slug every hour, for all 100 items in one CMS collection to a random number. Is this possible?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +12

Hi @Aesquivel10, welcome to the community!

Have you had a chance to look at @robschmidt’s suggestion, would it work the way that you need it to?

Thanks! 

 

Userlevel 7
Badge +9

Hi @Aesquivel10 

You can set this up using Webflow API and Loop by Zapier. Your zap will look like this:

  • Schedule by Zapier (everyday at a specific time)
  • Webhook By Zapier (Setup webflow API here to retrieve all of your items)
  • Loop by Zapier (Iterate items)
  • Webhook by Zapier (Update items using Webhook api)