Working with Boolean fields in Bubble
Learn how to effectively use Boolean fields in Bubble to optimize your database management. Improve your app's efficiency and user experience with the simple but versatile Boolean field.
If you want to restrict certain workflows to run only based on the user’s time, you can use conditional statements. For example, a user should be able to add new products to their store only between 8 am to 8 pm. Or a user should be able to change the product prices only between 10 am to 12 pm.
Let’s say you have a button which triggers the workflow that you want to restrict. I’ve created 3 buttons which will run only when my time is within the time period mentioned in the buttons.

In the workflows, I’ve added conditional statements.

With this statement, I am extracting the hour component of the current user’s date and time and using it to restrict the workflow between 12 am (0000 hrs) and 6 am (0600 hrs). You can similarly extract the day, minute, second or any other date and time component.
Preview - https://nocodeassistant-tutorials.bubbleapps.io/version-test/time_dependent_workflows
Bookmark
Honest Bubble.io Review - the most user-friendly and powerful app builder?
Bubble is an amazing platform to build your business. It’s easy to use and can be up and running in a very short time. However, there are some limitations to what Bubble can do. Get an honest review of the pros and cons of Bubble.io.
If you need some help with your Bubble app or a team of Bubble developers to build a Bubble app for you, reach out to me at [email protected]. You can also follow me on Twitter.
Continue reading
Learn how to effectively use Boolean fields in Bubble to optimize your database management. Improve your app's efficiency and user experience with the simple but versatile Boolean field.
This tutorial covers the steps to connect Airtable and perform operations on your Airtable data with Bubble.
Learn how to solve the problem of a slow app (without upgrading your server). 1. Use privacy rules 2. Reduce nested searches 3. Avoid advanced filters