I am using the new CSV integration, it is currently pulling all my data from the Transactions table successfully. Now I have a Customers table that pulls the relations from Transactions, so a customer can see their specific transactions and get a CSV file for them. However I want to give them the option to filter it by date so they only see transactions between specific dates, how would I do this?
tdlr; on user interface customers can see their transactions and get a csv file, I want them to have the option to choose a start and end date and get a csv file of transactions between those dates.