Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Multiple selection checkboxes with Text Input saved to a SharePoint field

Posted on 27 Nov 2024 20:53:48 by 855
I posted this question already and I didn't mean to mark the answer as "answered" because I still had some question with the answer, which I never heard back.  So I'm here to ask again if this is possible or what would be a best solution.
 
I have a multiple choice SharePoint field currently, which all works great, but now the user wants an additional text input box next to each of the checkboxes to add a percentage.  All checkboxes with input text field can't exceed 100%.
 
This is currently what I have, which works:
This is the default on the each check box (except the name of checkbox changes):
If(chkboxITM.Text in ThisItem.Capability.Value, true, false)
 
And on the update of the Datacard:
ForAll(
    ForAll(Split(Concatenate(
        If(chkboxITM.Value, chkboxITM.Text & ",", ""),
        If(chkboxITO.Value, chkboxITO.Text & ",", ""),
        If(chkboxMission.Value, chkboxMission.Text & ",", ""),
        If(chkboxCyber.Value, chkboxCyber.Text & ",", ""),
        If(chkboxDigital.Value, chkboxDigital.Text & ",", ""),
        If(chkboxData.Value, chkboxData.Text & ",", "")
    ),
    ","
    ), {Result: ThisRecord.Value}),
    {Value:Result}
)
 
I don't know how to get the values to save of each input text box and to save in the SharePoint list, maybe something like this:
ITM-50%, MS-50%.
 
Is this even possible with a Multiple Choice SharePoint field?

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,137

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,813

Leaderboard