Search button for list view with Microflow data source

1
Hi! I am aware that it is currently not possible to have a search field/ button for a list view with a Microflow data source. However, I really need one and microflow is unfortunately my only option. Are there any workarounds to this? :(
asked
1 answers
3

Hi Phoebe,

you could try and use a wrapper object around your DS retrieved list. The entity around your list then has the search information such as strings, references or whatever you like to search for in your DS retrieved list.

refreshing the search wrapper will force a new retrieve my microflow of your list. You then can make use of this by using your your search wrapper information (input by the user, whatever he wanted to search for) to limit your microflow search results (eg when using xpath)

answered