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 / SharePoint Customized ...
Power Apps
Answered

SharePoint Customized Form, Multiple choice field using checkboxes

(0) ShareShare
ReportReport
Posted on by 995

I have 2 multiple choice columns in my SharePoint list.  Both of them I am using checkboxes on my form.  This one works:

 

kmw1130_0-1716333613798.png

This one does not:

 

Default code:  ThisItem.ProjectClassification

Code for checkboxes (All same except for chk name):  If(chkMinor.Text in ThisItem.ProjectClassification.Value, true, false)

Update Code:  

ForAll(
ForAll(Split(Concatenate(
If(chkNewDev.Value, chkNewDev.Text & ",", ""),
If(chkMinor.Value, chkMinor.Text & ",", ""),
If(chkSupport.Value, chkSupport.Text & ",", ""),
If(chkTraining.Value, chkTraining.Text & ",", ""),
If(chkMajor.Value, chkMajor.Text & ",", ""),
If(chkStaffAug.Value, chkStaffAug.Text & ",", ""),
If(chkProduction.Value, chkProduction.Text & ",", "")
),
","
), {Result: ThisRecord.Value}),
{Value: Result}
)

 

kmw1130_1-1716333721717.png

I'm getting "This formula uses scope, which is not presently supported for evaluation.  The other field above also has the message but it works.

kmw1130_2-1716333762768.png

 

 

Categories:
I have the same question (0)
  • Verified answer
    kmw1130 Profile Picture
    995 on at

    I've ditched trying to make the one multi select (with checkboxes) work like the other one and went with this solution:

    https://www.youtube.com/watch?v=Vj8uP2zaMtA

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard