data grid search field(date search)

0
I would like to add a function to search a date in a date field in a data grid, but I would like to know how to make it work without using Attribute.The reason for using this method is that the date attribute of different entities must be searched in two data grids with one search button and the data corresponding to the entered date must be displayed.
asked
1 answers
1

You can use a Helper entity around the two datagrids, with a search attribute.

By using a microflow to handle the search logic and displaying results in your data grids, you avoid the need to directly set attributes for search criteria and instead manage it through a centralized search function.

answered