How to refresh the data side by side by giving entry in dropdown?

0
 Hi By selecting one entry in dropdown ,the material number having prefix MLH should be refreshed. Could anyone please tell me how to do?
asked
1 answers
1

On the DropDown widget add an OnChange event which calls a Microflow.

In this Microflow you can add the action Change Object(s) and mark 'Refresh in Client' as yes.

 

You should be aware that in a listview you cannot change only the lines with MLH as prefix.

All list items will be refreshed.

 

 

 

answered