Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Text box that adds if other data is completed

Posted on 21 Nov 2024 19:29:53 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,838 on 22 Nov 2024 at 09:20:16
    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 128 on 22 Nov 2024 at 07:02:24
    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 704 on 21 Nov 2024 at 19:32:59
    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

October 2024 Newsletter…

October 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #4 How to Conntact Support…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,061

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,795

Leaderboard