How to get selected value from a grid and bind that value to another entity in Microflow.

0
How to get selected value from a grid and bind that value to another entity in Microflow.
asked
1 answers
3

Hi Manoj,

To accomplish this you would need a page that has a dataview and a grid inside the data view. On the grid, add a microflow button that passes two parameters. One parameter of the same type as the grid, and another of the same type as the dataview. Then you can use a change activity on either parameter to associate the two. 

answered