In my Sharepoint column I had a column validation for making sure the end user didn't enter any space.
=AND(IF(ISERROR(FIND(" ",[Contract Number])),TRUE))
which worked great, but now I've created a power apps form and this column validation doesn't work.
How do I validate my Contract Number in Power Apps? I just want to make sure there's no spaces used when the enter in their information and it would be just for that one column.
@mhabig1
In Power Apps you could use this logic to check for a space in the words.
Find(" ", Label1.Text)>0
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
@mdevaney unless I'm putting it in the wrong place I didn't find that to work. I put it under Required in the datacard should it go somewhere else?
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 |
---|---|
193 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
246 | |
119 | |
82 | |
74 | |
69 |