I have inserted a Sharepoint List form in Power app Screen and there is a date column, Is there any way to validate date column is empty or not, I am using below code but it's not working.
IsEmpty(Text(ThisItem.'Task Started Date Original')
Solved! Go to Solution.
Hi @vishalgoyal2472 ,
You have to use IsBlank function instead of IsEmpty function.
Notice: The IsBlank function tests for a blank value or an empty string, however, the IsEmpty function tests whether a table contains any records.
Sik
Hi @vishalgoyal2472 ,
You have to use IsBlank function instead of IsEmpty function.
Notice: The IsBlank function tests for a blank value or an empty string, however, the IsEmpty function tests whether a table contains any records.
Sik
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 |
---|---|
200 | |
69 | |
50 | |
46 | |
20 |
User | Count |
---|---|
258 | |
121 | |
84 | |
79 | |
69 |