Hi Lasya Priya Yelishetti
You have to make custom filter for this & set the visibility on the user input filter fields.
Check out the below article
Hi Lasya Priya,
Use OQL in the microflow to get the data and there you can write query to be shown as per field value. This will do 2 things:
1. You can get the result as per your requirement
2. Adding server-side pagination with OQL will optimize the microflow for data retrieval. And yes, you have to use non-persistable entity for this as a best practice
With around 10K records, your client-side is going to be choked if not optimized now!
Thanks