Hi,
I have a requirement where on click of a button there should be a screen which displays list of values. On selecting any of the value and clicking on Ok button this value should be stored. Now on click of an other button a transaction will be triggered which should get the stored value and send to backend.
I used the following approach:
An edit transaction screen which displays list view. On selecting a value im unable to store this value.
Can someone suggest me a solution.