Sorry my subject isn't very clear.
To be a bit more clear...
I have a combo box that is looking up the AppName from a SQL table. The idea of selecting the AppName is that it will write that App's AppID to the column dependant on what has been selected.
The area I would appreciate help with is... I want the Combobox's defaultSelectedItem to show if the row already has an AppID assigned and therefore automatically shows the related AppName on the combobox.
Please could you advise what I need to put in the DefaultSelectedItem box it would be greatly appreciated, as I'm truly stuck haha!
Thanks!
Solved! Go to Solution.
I think I've worked it out by using a dropdown instead of a combobox.
I have put the following in the default section.
LookUp('Datasource', ThisItem.AppID = AppID, AppName)
I think I've worked it out by using a dropdown instead of a combobox.
I have put the following in the default section.
LookUp('Datasource', ThisItem.AppID = AppID, AppName)
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
205 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
257 | |
158 | |
85 | |
79 | |
58 |