Kindly help with above soft error message. Please refer attachment for more details.
Hello, when I got this error on the field that imports data from Dataverse, I just deleted and re-added that feild. And the error disappeared. Not sure if this is going to help you guys but I wanted to share my experience regarding this.
Can you please tell me where to enter is formula. Thanks!
Your syntax helped me to treat the error. Thank you.
IfError(IsBlank(Text(DateTimeValue(ThisItem.DateValue),"mm-dd-yyyy")),Blank(),Text(DateTimeValue(ThisItem.DateValue),"mm-dd-yyyy")
)
Then make sure that from the settings, Formula-level error management is turn on.
Hi @Anonymous ,
For this issue, it is clear that you are playing canvas app and after maybe you type the datetime value, which is not valid for power app, this error showed up.
If this is the case, you might need to provide the date format at the same time: Please try below formula
Text(Your_own_date_time_value,DateTimeFormat.UTC)
Best Regards,
Hen Wang
WarrenBelz
146,786
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,093
Most Valuable Professional