Hi Power App Community,
I have a request that should have a simple solution but I cannot figure out how to do it.
I created a button and want that button to enter a value of 27 in a text input field. The text input field is later used in a calculation and I got that portion of it working. The text input field already has a number in there (6) and I want to replace that number with 27 every time I press this button. How do I do it using OnSelect? Any help is appreciated.
Solved! Go to Solution.
@BubbleGhost
Missing a semi-colon
Set(myCustomValue, 27);
Reset(Text_Input_FieldName);
—-
Please Accept as Solution if this post answered your question so others may find it more quickly. If you found this post helpful consider giving it a Thumbs Up.
I finally got it working. It was the DEFAULT field under ADVANCED tab and not under PROPERTIES that finally got that variable to register. Thanks for your help!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
208 | |
47 | |
43 | |
41 | |
36 |
User | Count |
---|---|
290 | |
84 | |
81 | |
79 | |
77 |