I have created an app replicating Asana in which user selects the enddate and based on that enddate automatic tasks are been created.
So is there any way that can be done in flutterflow , i have done some basic steps in which all the dates are been entered in the database but based on that dates can i automatically create task???
In the image you can see that i have choosen a random due date of 2024-04-30 and based on that on the second image all the dates are been generated.
I want to create automatically all the task on that particular dates..
Can anyone help me ???
Automatic task creation
Actions & Logic
I have tried to do it using supabase in which i have taken dates as a string value
No