web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Converting null Time f...
Power Apps
Answered

Converting null Time from SQL results in not blank value?

(1) ShareShare
ReportReport
Posted on by 732

I pull in a Time field from SQL and then run through the conversion to make it readable in my app with code like this:

 

"OutTime",
First(ForAll(MatchAll(SignoutTime,"PT(?:(?<hours>\d+)H)?(?:(?<minutes>\d+)M)?(?:(?<seconds>\d+)S)?"),
 Time(Value(hours),Value(minutes),Value(seconds)))).Value,

 

This is inside an AddColumns function so it creates a new column named OutTime with a clean version of SignoutTime retrieved from SQL.

Then if I run

IsBlank(OutTime) it returns false

IsEmpty(OutTime) it returns false

IsBlank(SignoutTime) it returns true

If I create a label that displays OutTime it shows nothing and appears to be blank. I don't understand what is happening? Can anyone help me understand?

Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at
    Kindly check this post if it can help
    https://powerusers.microsoft.com/t5/Building-Power-Apps/can-t-update-value-from-null-SQL/m-p/261780
  • BrianHFASPS Profile Picture
    732 on at

    Thanks but that doesn't really explain I think. I am not trying to patch a null. I don't know what the value is that comes out of that code because it isn't blank or empty but at the same time if displayed in a label shows nothing?

  • Verified answer
    BrianHFASPS Profile Picture
    732 on at

    This problem appears to be caused by recent change in Powerapps. See https://powerusers.microsoft.com/t5/Building-Power-Apps/Regression-Change-in-3-20021-29-to-3-20022-19-related-to-the/m-p/482129 for more details.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 337 Most Valuable Professional

#2
11manish Profile Picture

11manish 173

#3
Valantis Profile Picture

Valantis 86

Last 30 days Overall leaderboard