Hi,
I added a features that allows users to create and add a post that shows up in a repeating group. is there a way to allow a user to schedule a post and have it displayed in the feed (repeating group of posts) on that date and time?
Hi,
I added a features that allows users to create and add a post that shows up in a repeating group. is there a way to allow a user to schedule a post and have it displayed in the feed (repeating group of posts) on that date and time?
Yep, use a backend workflow to schedule it to trigger at a given time. The actions within the backend workflow can be making the post public.
is there a way to do it from the front end or just a workflow?
Yes.
You would:
Either way, you would schedule a backend workflow to accomplish it.
Sounds like you may be new to Bubble? Maybe check out this video on backend workflows: https://youtu.be/Kd9pLy4ob8I?si=R0d25pZIOloxsGWi
Indeed, I’m fairly new. I was thinking about adding a date picker and saving the data in the data table of posts. Then in the repeating group, and a constraint like setdate <=current time
You could do that as well