Announcements
Team,
I would like to display the Edit form based on the status field, which is a dropdown field in my app.
If the user select "Launched" from the drop-down values, the "Launch" form should be displayed.
Appreciate your help.
Regards,
Alwin
@allyb123
What is your Items property of the Dropdown?
Assuming it is something like: ["Launched", "Not Launched"]
Then set the visible property of your Form for launches to: yourDropdown.Selected.Value = "Launched"
And do the same but change the text for the other form.
I hope this is helpful for you.
In the OnChange property of the Dropdown: If(Self.Selected.Value = "Launched", Set(launch,true)) and in the Visible property of the Form: launch
Also put Set(launch,false) in the SOnSuccess property of the form.
Works fine @Drrickryp Thank you.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 358 Most Valuable Professional
11manish 207 Super User 2026 Season 2
MS.Ragavendar 150 Super User 2026 Season 2