Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Text box that adds if other data is completed

Posted on by 317
Hi Community,
 
I have a text box that adds values ​​that are filled in other text input boxes. How could I make the box start or show the result only when the other boxes are complete?.
 
Thanks a lot¡.
 
Francisco
Categories:
  • timl Profile Picture
    timl 31,946 on at
    Text box that adds if other data is completed
    Hi  Francisco77
     
    You would do this using variables. Let's say your 2 text input controls are named TextInput1 and TextInput2.  
     
    For TextInput1, you would set the OnChange property for this:
     
    Set(VarTextInput1, TextInput1.Text)
     
    For TextInput2, you would set the OnChange property for this:
    Set(VarTextInput2, TextInput2.Text)
    
     
    You can then set the Default Property of the Result Text Box to this:
     
     
    VarTextInput1 & " " & VarTextInput2
     
  • Meekou Profile Picture
    Meekou 132 on at
    Text box that adds if other data is completed
    How did you decide whether other boxes are complete or not?
    Regards,
    Meekou
  • ronaldwalcott Profile Picture
    ronaldwalcott 903 on at
    Text box that adds if other data is completed
    You can set the visibility of the text box based on the completion of the other boxes.

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,297

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,890

Leaderboard