Skip to main content

Notifications

Community site session details

Community site session details

Session Id : IZC2baQRwGItEvrGo8nnnS
Power Apps - Building Power Apps
Answered

Server Response: Object must implement Iconvertible

Like (0) ShareShare
ReportReport
Posted on 16 Mar 2020 22:44:14 by 283

I'm not sure why I'm getting this error.  Here are my data sources:

 

- SQL Server

- Sharepoint List

- Excel lookup

 

The SQL Server is all used for lookups.  The lookups work.  The sharepoint list was originally from an excel sheet.  It didn't look like there was any issues with the upload.  The formula is just a simple Patch.  What is causing this error?

 

Edit: I saved and closed my app.  I refreshed the data.  Problem remained.

"Server Response: Object must implement Iconvertible"

 

 

 

Patch('Workers Comp', Defaults('Workers Comp'),
{
EENAME: Name5.Text,
EENO: Value(No5.Text),
PHONE: Phone5.Text,
DOI: DOI5.SelectedDate,
YEAR: Year(DOI5.SelectedDate),
CORRECTIVEACTION: CorrectiveAction5.Selected.Value,
CLAIMREPORTED: ClaimReported5,
STATUS: Status5.Selected.Value,
CLOSEDATE: CloseDate5.SelectedDate,
H2A: H2A5.Text,
DOH: DoH5.Text,
DOB: DoB5.Text,
DORH: DoRH5.Text,
CREW: Crew5.Text,
CLASSCODE: ClassCode5.Text,
NOTE: Notes5.Text})

 

 

 

Categories:
  • dyee4614 Profile Picture
    283 on 18 Mar 2020 at 15:05:14
    Re: Server Response: Object must implement Iconvertible

    Sorry!  I thought I clicked it.  Thank you!

  • v-siky-msft Profile Picture
    on 18 Mar 2020 at 01:23:31
    Re: Server Response: Object must implement Iconvertible

    Hi @dyee4614 

    So, the issue is caused by  'ClaimReported5' field, right?

    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

    Sik

  • dyee4614 Profile Picture
    283 on 17 Mar 2020 at 15:23:33
    Re: Server Response: Object must implement Iconvertible

    That was it!  Thank you!

  • Verified answer
    v-siky-msft Profile Picture
    on 17 Mar 2020 at 10:06:00
    Re: Server Response: Object must implement Iconvertible

    Hi @dyee4614 ,

     

    What is 'ClaimReported5'? 

    I would recommend you to reduce fields in Patch function step by step to check which fields cause the issue.

    Sik

     

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,763 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,091 Most Valuable Professional

Leaderboard
Loading started