I am trying to display the contents of this field, or blank if the field is empty. This does not work - and leaves the old data showing:
If(
IsBlank(First(InspectionDetailsCollection).Notes) || IsEmpty(First(InspectionDetailsCollection).Notes),
"",
First(InspectionDetailsCollection).Notes
)
This blanks it out with a space, but then is an invalid input when the form is submitted:
If(
IsBlank(First(InspectionDetailsCollection).Notes) || IsEmpty(First(InspectionDetailsCollection).Notes),
" ",
First(InspectionDetailsCollection).Notes
)
Solved! Go to Solution.
@stapes
Could you please show a capture from InspectionDetailsCollection?
Have you tried with Blank() instead of "" or " "?
@stapes
Could you please show a capture from InspectionDetailsCollection?
Have you tried with Blank() instead of "" or " "?
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
195 | |
70 | |
51 | |
41 | |
30 |
User | Count |
---|---|
255 | |
120 | |
99 | |
92 | |
78 |