Hello,
I need assistance with displaying an error message when a value is selected in a dropdown.
The dropdown is datacardvalue2 and the values are "New Hire" and "Transfer/Promotion"
I want to display the error "Wrong form, please use the Transfer/Promotion form" if the value Transfer/Promotion is selected.
I am still learning Powerapps. I have tried the following in On Select for the dropdown:
If(DataCardValue2.Selected.Value = "Transfer/Promotion", " ","Incorrect form, Please return and use the Transfer/Promotion form")
How should I handle this?
Solved! Go to Solution.
Try:
If(DataCardValue2.Selected.Value = "Transfer/Promotion",
Notify("Incorrect form, Please return and use the Transfer/Promotion form"))
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Try:
If(DataCardValue2.Selected.Value = "Transfer/Promotion",
Notify("Incorrect form, Please return and use the Transfer/Promotion form"))
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
I tried that an error message is still not displaying. I put it in the On Select for the dropdown.
Disregard my previous message. It is working now
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
53 | |
50 | |
37 | |
36 |
User | Count |
---|---|
279 | |
91 | |
84 | |
77 | |
76 |