I’ve entered a start date and end date, and I want to fetch all employee details where the date falls between these two dates. I also want to group the results by email (mail ID) and aggregate the total_minutes
for each employee. However, after selecting the start and end dates, no data is being displayed, even though the relevant data is already present in the Bubble database.
Can anyone help me figure out what might be causing this issue?