Search through microflow over enumerations

1
I can filter data with dropdown button by assigning enumeration list to button but it only works in xpath based data grid. I want to add a action button with searching capabilty on a microflow based data drid . when I click the seach button it should give option to select an enumeration value same liike dropdown to filter the data. How it can be done?
asked
1 answers
0

Hi Muhammad,

The question on how to best create custom search functionality has been asked many times on the forum, if you enter 'custom search' in the search textbox you can take your pick of the one that suits your needs best :)

 

In a nutshell, you can create a 'Search' entity with search attributes that allow you to filter in a microflow, that you use as data source.

answered