Hi All
I have an Employed By drop down in a form iam using for users to capture .
The moment I select the option other a new field must open(must be blank) below that to allow user to type the name of that employer manually .
Any ideas how i can do this ?
Solved! Go to Solution.
You can Use the displaymode of the Textbox that user will be typing employer.
If(DropdownName.Selected.Value="Other",DisplayMode.Edit,DisplayMode.Didabled)
Or
If(DropdownName.Selected.ColumnName="Other",DisplayMode.Edit,DisplayMode.Didabled)
------------
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.
If(DropdownName.Selected.Value="Other",DisplayMode.Edit,DisplayMode.Didabled)
You can Use the displaymode of the Textbox that user will be typing employer.
If(DropdownName.Selected.Value="Other",DisplayMode.Edit,DisplayMode.Didabled)
Or
If(DropdownName.Selected.ColumnName="Other",DisplayMode.Edit,DisplayMode.Didabled)
------------
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.
If(DropdownName.Selected.Value="Other",DisplayMode.Edit,DisplayMode.Didabled)
Yes is a typo error.
If(DropdownName.Selected.Value="Other",DisplayMode.Edit,DisplayMode.Disabled)
------------
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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
187 | |
55 | |
43 | |
35 | |
33 |
User | Count |
---|---|
268 | |
78 | |
75 | |
73 | |
67 |