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 / Error Message Form upd...
Power Apps
Answered

Error Message Form update to SQL (The specificed record was not found. Server Response failed (sql table) Resource not found

(0) ShareShare
ReportReport
Posted on by 611

I'm not sure where to look to figure out this error message:

 

The specified record was not found. Server response failed (sql table): resource not found

and then sometimes I get: An entry is required or has an invalid value

 

When I go back to the sheet that has the form, the error is in the button which pushes the data to sql:

OnSelect Property

 

Navigate(scrForm2_EQRAttach,ScreenTransition.None); SubmitForm(Form1)

 

The bolded above has the error message with a red line. I've confirmed the table name is correct. All of the cards in the form have the correct name as the column names in SQL. The form name is correct. Where else should I look?

 

What can I provide that would be helpful? 

 

As an update:

 

I've deleted all of the cards in the form but the date and I am still getting the error. Here is what I have for the form:

 

Name: Form1

OnSuccess: Set(varRecord,Form1.LastSubmit);Navigate(scrForm2_EQRAttach,ScreenTransition.None)

DefaultMode: If(varFormMode="edit",FormMode.Edit,varFormMode="view",FormMode.View,FormMode.New)

Item: varRecord

OnReset: False

OnFailure: False

 

The SQL table it should be posting to:

 

[StartDate] [datetime] NULL,
[BidAgency] [varchar](200) NULL,
[BidCode] [varchar](20) NULL,
[OppAccount] [varchar](200) NULL,
[OppName] [varchar](200) NULL,
[OppNumber] [varchar](30) NULL,
[ProjName] [varchar](200) NULL,
[ProjMgr] [varchar](200) NULL,
[ProjDir] [varchar](200) NULL,
[ProjPartner] [varchar](200) NULL,
[EQRPartner] [varchar](200) NULL,
[EQRPartnerIfNa] [varchar](200) NULL,
[OMPExempt] [varchar](5) NULL,
[CustNumber] [varchar](10) NULL,
[CustNameIfNa] [varchar](40) NULL,
[Agency] [varchar](200) NULL,
[AgencyIfNa] [varchar](30) NULL,
[GSAYesNo] [varchar](5) NULL,
[GSASched] [varchar](200) NULL,
[GSASchedBPADeliveryPOTO] [varchar](500) NULL,
[ContractNumber] [varchar](200) NULL,
[DeliveryOrderTO] [varchar](500) NULL,
[ClientGT] [varchar](20) NULL,
[Loc_Address] [varchar](200) NULL,
[Loc_City] [varchar](200) NULL,
[Loc_State] [varchar](200) NULL,
[Loc_Zip] [varchar](200) NULL,
[GTOffice] [varchar](10) NULL,
[Market] [varchar](20) NULL,
[LLPLLC] [varchar](100) NULL,
[SolutionCode] [varchar](10) NULL,
[SolutionOther] [varchar](200) NULL,
[Split1] [varchar](10) NULL,
[Per1] [float] NULL,
[Split2] [varchar](10) NULL,
[Per2] [float] NULL,
[Split3] [varchar](10) NULL,
[Per3] [float] NULL,
[SplitAgree] [varchar](10) NULL,
[UnbillableCodes] [varchar](5) NULL,
[UnbillableComment] [varchar](max) NULL,
[OtherComment] [varchar](max) NULL,
[ID] [int] IDENTITY(1,1) NOT NULL,
[EntryUser] [varchar](10) NULL,
[EntryTimestamp] [datetime] NULL,
[PAFProjEntryStatus] [varchar](20) NULL,
[Staffing] [varchar](10) NULL,
CONSTRAINT [PK_App_PAFNewProj_Main] PRIMARY KEY CLUSTERED
(
[ID] ASC
)WITH (STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF) ON [PRIMARY]
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO

ALTER TABLE [dbo].[App_PAFNewProj_Main] ADD DEFAULT ('Draft') FOR [PAFProjEntryStatus]
GO

 

powerapperror.jpg

Categories:
I have the same question (0)
  • Verified answer
    TesDA Profile Picture
    611 on at

    We have an AD Azure sql connection. For some reason deleting the connection and then reconnecting to it fixed the error.

  • alrezac Profile Picture
    Microsoft Employee on at

    Hi,

     

    Thanks for the follow up! Re-Authenticating the connection often can fix issues like this. There is alot of different things that can cause stuff like this.

     

    Regards,

     

    Alex

     

    -------

     

    Community Support Team _ Alex Rezac
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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 505

#2
Vish WR Profile Picture

Vish WR 482

#3
WarrenBelz Profile Picture

WarrenBelz 384 Most Valuable Professional

Last 30 days Overall leaderboard