I have 2 Number Fields on a Form. A and B.
B will be automatically populated with a random number using Rand().
I will like that B only becomes visible when the user enters a value in Field A. So onChange of A, B becomes visible. What is the syntax for this?
In the Visible property of the datacard for B:
!IsBlank(DataCardValueA.Text)
Or
DataCardValueA.Text <>""
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Consider Checking My Youtube Channel
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
190 | |
63 | |
44 | |
34 | |
25 |
User | Count |
---|---|
243 | |
106 | |
89 | |
84 | |
64 |