Hi All,
Please guide me for best approach using bubble.
I am using a form which is having Start and End Date and a drop down from where we select month or day of a month.
Example: Start date 5/Jan/2021 and End Date 5/Nov/2021 from drop down 5th of every month.
what i want is : this entry is saved in a abc table and my requirement is other dates calculated according to start and end date with each month of 5th should be saved in separate table like
5/jan/2021
5/feb/2021
5/mar/2021
5/apr/2021
5/may/2021
so on till
5/nov/2021
Thank you Please help me out for best approach to calculate these dates accordingly
Hi @J805
one you mentioned is creating calendar and other one is recurring date scheduler.
what my requirement is those dates i want to enter into separate table.
So, once you get the list of dates, you can send it to the backend workflows so you can create a new thing for each date. Is that what you are looking to do?