I'm having trouble performing a date range filter

I have two date input fields on my screen to filter on a date range, the first field is for start date and the second for end date. When adding these inputs in the RepeatingGroup and trying to filter by the record creation date, the filter is not respecting the creation date and is grabbing the data by the modification date. Could someone help me?

Yes, set the filter to be for the creation date and not the modified date

Right, but the filter is configured for creation date, however when displaying the date in the RepeatingGroup it displays the modification date, even though I have configured it to filter by “creation date” and not by “modification date”, which means that it does not display all the records I have within a date range.