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 / Canvas Powerapps Mobil...
Power Apps
Suggested Answer

Canvas Powerapps Mobile Error

(0) ShareShare
ReportReport
Posted on by 5,728 Super User 2026 Season 1
Hi All,

Am getting a Strange issue in my Canvas App
 
Table Name failed : {"error":{"code"-2147015414",message":"Prepare statement failed : SQL Logic error (1) - table new_tableName had no column named new_dateofbirth", "stacktrace":"unkonwn","innererror": {"code": "2147015414",message : " Prepare statement failed : SQL Logic error (1) - table new_tableName had no column named new_dateofbirth"}}}

from Samsung S24 mobile, 

NOTE : Responsive Canvas PowerApps
 
Patch(
                    'TABLE NAME',
                    Defaults('TABLE NAME'),
                    {
                        'First Name': FName.Value,
                        'Last Name': LName.Value,
                        'Email': Email.Value,
                        'Date of Birth': If(
                            !IsBlank(DOB.SelectedDate),
                            DateValue(DOB.SelectedDate),Blank()
 
                        ),
                        'Date': If(
                            !IsBlank(Date.SelectedDate),
                            DateValue(Date.SelectedDate),Blank()
                        ),
                        'Mobile Phone': phone.Value,
                        'Date1': If(
                            !IsBlank(Date1.SelectedDate),
                            DateValue(Date1.SelectedDate),Blank()
                        ),
                        'Period': Period.Selected.Value,
                        Name:FName.Value
                    }
                )
 
Am using above code from Canvas App, when i run from Browser it is working as expected but if i run from mobile app we are getting above mentioned error.
 
I tried Uninstalling PowerApps and Reinstalled and cleared Cache too. It seems sometimes its working in IPHONE
 
DOB is DATETIME field but we are using DATE Values only

i changed to new_dateofbirth and tried, DateTimeValue also i tried.

Its Offline Capability Enabled, but we started testing with OnLine and struck here

All Date Fields are Mandatory in PowerApps
 
I have the same question (0)
  • Suggested answer
    wrvishnu Profile Picture
    84 on at

    Looks like a schema/cache issue on mobile.

      

    Browser always pulls latest metadata, but the Power Apps mobile player can hold onto an older schema (especially with offline enabled). That’s why it doesn’t recognize new_dateofbirth even though it works in browser.

       

    Try to remove and read add the data source and republish  the app

     do  clear  cache on the device.

    That usually fixes it 👍

     

    If its fix your issue mark as verified so that it can help others 

  • Ram Prakash Duraisamy Profile Picture
    5,728 Super User 2026 Season 1 on at
    Hi,
     
    I tried removing the DataSource and readded and published.
     
    I UnInstalled and installed again too.

    Its working in IPHONE sometimes and Sometimes not. Remove the SUGGESSTED ANSWER please so that i can wait for others can also respond
     
     
     
     
  • 11manish Profile Picture
    939 on at
    90% probability:
    • Mobile app is using outdated schema (cached metadata)
     
    Can you reset offline cache ?

    Add temporarily:
    ClearData("YourOfflineCollectionName")
    Or:
    Remove offline logic temporarily and test

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 556

#2
WarrenBelz Profile Picture

WarrenBelz 412 Most Valuable Professional

#3
Haque Profile Picture

Haque 296

Last 30 days Overall leaderboard