Dashboard to pull last JSON files uploaded to MongoDB

I am trying to build a dynamic dashboard that will display the last JSON record uploaded to a MongoDB database. I have been able to build questions that would pull the data to display, but I do not see any way to filter for the last uploaded file or a range of last uploaded files. My data has a field date_uploaded with a syntax of "2022-10-17 21:55:43.111293+00:00" and I see that I can select individual values within the table. I want to be able to dynamically select the most recently uploaded value or a range of values (i.e. the last 5 records), though.

Any thoughts or suggestions would be highly appreciated.

Thanks,
Buddy

Hi @leonardburke3
Post "Diagnostic Info" from Admin > Troubleshooting.
Your fields in Mongo needs to be a date type like ISODate if Metabase should be able to filter with a date selector, otherwise it's basically just a string.

@flamber here is the Diagnostic Info by request:

{
"browser-info": {
"language": "en-US",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.16.1+1",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.16.1",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.16.1+1",
"os.name": "Linux",
"os.version": "5.10.16.3-microsoft-standard-WSL2",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"h2",
"mongo"
],
"hosting-env": "unknown",
"application-database": "h2",
"application-database-details": {
"database": {
"name": "H2",
"version": "1.4.197 (2018-03-18)"
},
"jdbc-driver": {
"name": "H2 JDBC Driver",
"version": "1.4.197 (2018-03-18)"
}
},
"run-mode": "prod",
"version": {
"date": "2022-09-29",
"tag": "v0.44.4",
"branch": "release-x.44.x",
"hash": "382d728"
},
"settings": {
"report-timezone": null
}
}
}