Hi,
I have the following fields in my form:
I want to be able to display a dialog box popup when a user selects "Game of Chance" within type of campaign field. How can I achieve this?
Solved! Go to Solution.
Hi @Anonymous
Set visibility of pop up as follows
if combox box is single select
Combobox.Selected.Column= "Game of Chance"
if combox box is multi select
"Game of Chance" in Combobox.SelectedItems.Column
Where Column is the he DisplayField property column in your combox box
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi, one way would be to set the visibilty of your popup box to
'Type of Request'.Selected.Text= "Game of Chance"
Since this would result in an true or false value, the popup would only be visible, if you select the item.
Hi @Anonymous
Set visibility of pop up as follows
if combox box is single select
Combobox.Selected.Column= "Game of Chance"
if combox box is multi select
"Game of Chance" in Combobox.SelectedItems.Column
Where Column is the he DisplayField property column in your combox box
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
207 | |
98 | |
60 | |
55 | |
52 |
User | Count |
---|---|
257 | |
161 | |
87 | |
79 | |
68 |