Here there is two buttons.Start date and end date.Now i want to create a dynamic columns in table such that first column is employee email from second to last cloumns is corresponding start date to end date. Suppose start date is 05/01/2024 and end date is 05/04/2024.Then the columns of table looks like . Employee Email, 05/01/2024,05/02/2024,05/03/2024,05/04/2024. And correseponding these columns i will fetch the data from the database table which is already present in bubble’s database.
Can anyone help me how can i do that?