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 / Checkboxes & Text Inpu...
Power Apps
Answered

Checkboxes & Text Input Data Card

(0) ShareShare
ReportReport
Posted on by 260

Hi All,

 

I have this Data Card here that essentially pulls information from and external multiselect form, and for various reasons, I can't get the data from the external system to flow through to a multiselect column in the Dataverse, but that is another long story, so ignoring that, I need the Checkboxes to 'Check' based on what is in the Data Card.

carrieanne27_0-1710383563977.png

 

I have tried:

If(DataCardValue10.text="Financial",true)

but nothing happens.

 

Can anyone help?

Categories:
  • Kirkby Profile Picture
    659 Moderator on at

    Hi @carrie-anne27 

     

    If(!IsBlank(Find("Financial", TxtInputKeyRisks.Text )), true)
     
    Find function - Power Platform | Microsoft Learn
    Try Find function to check if a specific word is included in a string in a text Input
     
    Kirkby.
  • carrie-anne27 Profile Picture
    260 on at

    This works great!!

    However, it seems to pick up "Safety" because the word is in another sentence.

     

    carrieanne27_0-1710390370934.png

     

  • Verified answer
    Kirkby Profile Picture
    659 Moderator on at

     

     

    If the text next to the checkbox is the same as the value you want to compare, there is no need to manually input the category as text.  All check boxes have the same fx in default property. 

     

    If(!IsBlank(Find(Self.Text, TxtInputKeyRisks.Text )) ||
       !IsBlank(Find(Self.Text, TxtInputKeyRisks2.Text))   // add another item(3rd risks) if needed
     , true)

     

     

    confidential_29240314.png

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard