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
Answered

Canvas Powerapps Mobile Error

(0) ShareShare
ReportReport
Posted on by 5,877 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)
  • Verified answer
    Vish WR Profile Picture
    3,748 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,877 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
     
     
     
     
  • Verified answer
    11manish Profile Picture
    3,333 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
  • Ram Prakash Duraisamy Profile Picture
    5,877 Super User 2026 Season 1 on at
    Hi @11manish

    One strange issue now, if i open the App and SAVE AS and created new App it started working, the same way in the new App if i publish something and retest it is GIVING Same error
  • Suggested answer
    Ram Prakash Duraisamy Profile Picture
    5,877 Super User 2026 Season 1 on at
    Hi Both,
     
    Sorry the cache i was clearing from settings and tried hence it was not working, i tried with PowerApps Cache and started working. Thanks for helping 

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard