Date Assigning to Group Members

Hi! I have an app where i need to associate each group member with a random date. For example if there are 12 members, I want to give each member a random month from the year: For example:: Bob: January, Alice: July, etc. I want this to stay in the data base until that’s years cycle is complete. So after a year, those dates will delete and new dates will be appointed to each member. I also wanna keep in mind that each month will be added in respective to something called “StartDate” this will be when i want the whole thing to start. so for example if bobs date is “Bob, June 31” I want Alice to be “Alice, June 31” But i want the actual assigning of each date to a random user.

Thank you!

Very confusing.

use that value to schedule a backend workflow to run the process

use operators for random item to select a random user to assign to

After you set the dates schedule a backend workflow to run one year later to delete from database and then appoint new dates.

It is super confusing hahaha, thanks for the explanation ill give it a try and let you know how it goes!

How do I actually assign the dates to the user though?

Via the database and workflow actions for make changes to a thing…check out how the Bubble database works and how to use data in Bubble as those are basic building blocks of building an app in Bubble.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.