I want passing parameter to another screen, clicking submit button while combo box data are selected and the combo box data will show read only in another screen in PowerApps
I have tried navigating one screen to another screen
I want passing parameter to another screen, clicking submit button while combo box data are selected and the combo box data will show read only in another screen in PowerApps
I have tried navigating one screen to another screen
I am providing example solution below which should help you to resolve your issue. Make sure to change the control names and column names as per your application:
First Screen:
I have a combo box and a button control on it.
Formula on
OnSelectof button control:Second Screen:
I have a single "Label" control on this screen and
Textproperty of label control is set to:Where
Value1is the name of column from data source added to combo box control, you can replace it with your column name.Output: