web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How can I make a dropd...
Power Apps
Unanswered

How can I make a dropdown`s items fully linked to checkboxes for each item? (to be reeditable, remodified etc..)

(0) ShareShare
ReportReport
Posted on by 520

How can I make a dropdown from a sp,
to show Parent.Default &
to show the checkbox checked related to selected dropdown item &
be able to rechange the selected item with the other checkboxes &
make the checkboxes, if one gets checked = others gets unchecked,
all of these made to work altogether, in same form.
PS: the dropdown is not visible for the customer, only by checkbox we chose a dropdown item.
Forms Items is _currentRecord, it means the lastsubmit of the form.

Default of the dropdown datacard:
If(!IsBlank(_currentRecord.DP_DTAdeterminedby), ThisItem.DP_DTAdeterminedby,
If( IsBlank(_currentRecord.DP_DTAdeterminedby),
If(
 dcvBIsolely.Value=true,LookUp(Choices([@S2DM_GeneralInfo].DP_DTAdeterminedby),Value="BIsolely")
 ,dcvTPsolely.Value=true, LookUp(Choices([@S2DM_GeneralInfo].DP_DTAdeterminedby),Value="TPsolely")
 ,'dcvBI&TP'.Value=true, LookUp(Choices([@S2DM_GeneralInfo].DP_DTAdeterminedby),Value="BI&TP") 
 )))

Default of one of the checkboxes (there are 3 in total):
If(
 ThisItem.DP_DTAdeterminedby.Value = "BIsolely",true,
 ThisItem.DP_DTAdeterminedby.Value = "BI&TP", false,
 ThisItem.DP_DTAdeterminedby.Value = "TPsolely", false,
 IsBlank(ThisItem.DP_DTAdeterminedby.Value) ,false
 )

Form - Items - _currentRecord
Form - OnSuccess - Set(_currentRecord, Self.LastSubmit)
Form is reeditable after submitting, and reeditable when chosing it from a gallery.
{C5EAC9CF-5CAD-4CB3-94C0-21764D3A413E}.png
Categories:
I have the same question (0)

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 463

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
11manish Profile Picture

11manish 275

Last 30 days Overall leaderboard