Schedule API on a List | Bubble.io Tutorial

preview_player
Показать описание
Scheduling API workflows on a list is a super powerful way to create, update, edit and delete bulk data in Bubble as well as to run bulk processes like sending emails to multiple users.

____
Learn to Bubble

Join our no-code community

Buildcamp Studio no-code development agency
Рекомендации по теме
Комментарии
Автор

Thank you Gregory! I love the little Bubble magic of converting Monday at 8am into a real date! hahah

AndrewOnTestingCars
Автор

Adding the result of scheduled workflows to database is a good idea 👍

pranay
Автор

Hi Gregory,

Thanks for the video, however you should not use "Arbitrary date/time" because it returns a static value and not a dynamic date value.

If we indicate "Next monday", it will return, for example, August 23, 2021 and it will not change anymore... the date will always return "August 23, 2021" after this date has passed and will cause an infinite loop if the trigger is rescheduled with the same 'Next Monday'.

Anyway, try to program a loop every minute with the arbitrary date/time parameter like 'next minute' and ...drama ^^
Or less risky, on a simple trigger on a button, you will see in the "Server Logs" part, once the date passed, the following message: "Event condition passed"

peterp
Автор

Hi Gregory,

Thanks for the video, very good work!

We can store the date of the schedule instead of the ID? that would guarantee the sequencing of the workflows.

Example:
Step1: schedule to erase 100 data at 5 second intervals.
Step2: schedule to erase 500 data at 2 second intervals but only when you finish erasing Step1 data.
StepN: ....



Thanks for your channel.

sergio.zaharia
Автор

Hey, your channel is super helpful and thank you so much for making all these videos!

I have one question/request:

I was creating a chat application, I did and succeeded. But the issue is that we use repeating groups for messages, when we send a message we can make it scroll down to the latest message. But when the other user sends message how do I scroll down to that message on my end?

Thanks a lot 🙏

quadraticequation
Автор

Thanks for the great info. How do I choose the date for sending out birthday?

smartchaching
Автор

Hi, I love your channel can you give us an example of how to send SMS to all users in the app?

JorizSerillano
Автор

Quick question: can you also schedule api on preparing group input value. Eg, form submission (i want to store all the answer from the respective input box in the question reapting group)

anilmee