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 / Object must implement ...
Power Apps
Unanswered

Object must implement IConvertible.\r\nclientRequestId

(0) ShareShare
ReportReport
Posted on by 10

Good afternoon I am building an app that records in a sharedpoint list but it does not save the record in the list and sends the following error: 

LuisRR_0-1641512545961.png

 

This is the formula :

 

Patch(
BD_2022,
Defaults(BD_2022),
{
SUBDIRECCIÓN: cbosub,   
FECHA_DEL_OFICIO: txtfchofi .Text,
FECHA_DE_INGRESO: txtfching .Text,
FOLIO: txtFolio1 .Text,
AREA_DE_PROCEDENCIA: cbopro,
REMITENTE: txtrem .Text,
AREA_DESTINATARIA: cbodes,
DESTINATARIO: txtdes .Text,
FECHA_DE_RESPUESTA: txtfchres .Text,
VIGENCIA: cbovige,
ESTATUS_DE_ATENCION_DEL_OFICIO: cbostatus,
RESPONSABLE: txtresp .Text,
ASUNTO: txtasun .Text
}
);

LuisRR_1-1641512735791.png

 

 

 

Helpme Pls.

 

Thank's

Categories:
  • AngeloG Profile Picture
    31 on at

    Can you post a screenshot of columns type of your list? probably there is a problem with choose colum (AREA_DE_PROCEDENCIA: cbopro or AREA_DESTINATARIA: cbodes etc)

  • LuisRR Profile Picture
    10 on at
    Clear! .
    
    This is the screen

    LuisRR_0-1641514740665.png

     

  • AngeloG Profile Picture
    31 on at

    This is the screen of your app 😁 let me see list of columns of your SharePoint list. PS: Why you use Patch and draw manually every controls instead use Power Apps Form? 

  • LuisRR Profile Picture
    10 on at

    LuisRR_0-1641515263986.png

     

  • AngeloG Profile Picture
    31 on at

    probably you're passing "control"  instead text properties of you control: try this: 

    Patch(
    BD_2022,
    Defaults(BD_2022),
    {
    SUBDIRECCIÓN: cbosub, 
    FECHA_DEL_OFICIO: txtfchofi.Text,
    FECHA_DE_INGRESO: txtfching.Text,
    FOLIO: txtFolio1.Text,
    AREA_DE_PROCEDENCIA: cbopro.Text,
    REMITENTE: txtrem.Text,
    AREA_DESTINATARIA: cbodes.Text,
    DESTINATARIO: txtdes.Text,
    FECHA_DE_RESPUESTA: txtfchres.Text,
    VIGENCIA: cbovige.Text,
    ESTATUS_DE_ATENCION_DEL_OFICIO: cbostatus,
    RESPONSABLE: txtresp Text,
    ASUNTO: txtasun.Text
    }
    );
  • LuisRR Profile Picture
    10 on at

    it didn't work

     

    all the following are a combo box, from a gallery

    SUBDIRECCIÓN: cbosub
    AREA_DE_PROCEDENCIA: cbopro
    AREA_DESTINATARIA: cbodes
    VIGENCIA: cbovige
    ESTATUS_DE_ATENCION_DEL_OFICIO: cbostatus

     

     

     

  • AngeloG Profile Picture
    31 on at

    Sorry, try something like this:

    ComboboxName.Selected.Value
  • LuisRR Profile Picture
    10 on at

    It didn't work, but now if you register in the label.Text, not in the choise attached screens....

    LuisRR_0-1641602994439.pngLuisRR_1-1641603017139.pngLuisRR_2-1641603061029.pngLuisRR_3-1641603082215.pngLuisRR_4-1641603111975.png

    this is the formula

     

    Patch(
    BD_2022,
    Defaults(BD_2022),
    {
    SUBDIRECCIÓN: cbosub,
    FECHA_DEL_OFICIO: txtfchofi .Text,
    FECHA_DE_INGRESO: txtfching .Text,
    FOLIO: txtFolio1 .Text,
    AREA_DE_PROCEDENCIA: cbopro,
    REMITENTE: txtrem .Text,
    AREA_DESTINATARIA: cbodes,
    DESTINATARIO: txtdes .Text,
    FECHA_DE_RESPUESTA: txtfchres .Text,
    VIGENCIA: cbovige,
    ESTATUS_DE_ATENCION_DEL_OFICIO: cbostatus,
    RESPONSABLE: txtresp .Text,
    ASUNTO: txtasun .Text
    }
    );
    Navigate(
    correcto,
    CoverRight
    );

     

     

    Please Help me, I'am very new in PowerApps

  • AngeloG Profile Picture
    31 on at

    Because you're passing your combobox control instead text property of combobox control to patch function.

     

    atch(
    BD_2022,
    Defaults(BD_2022),
    {
    SUBDIRECCIÓN: cbosub,
    FECHA_DEL_OFICIO: txtfchofi .Text,
    FECHA_DE_INGRESO: txtfching .Text,
    FOLIO: txtFolio1 .Text,
    AREA_DE_PROCEDENCIA: cbopro,
    REMITENTE: txtrem .Text,
    AREA_DESTINATARIA: cbodes,
    DESTINATARIO: txtdes .Text,
    FECHA_DE_RESPUESTA: txtfchres .Text,
    VIGENCIA: cbovige,
    ESTATUS_DE_ATENCION_DEL_OFICIO: cbostatus,
    RESPONSABLE: txtresp .Text,
    ASUNTO: txtasun .Text
    }
    );
    Navigate(
    correcto,
    CoverRight
    );

     

    These rows, should replaced with:  ComboboxName.Selected.Value

     

  • LuisRR Profile Picture
    10 on at
    Lo intenté antes, ahora de nuevo y simplemente no hace nada.
    Como si no hubiera hecho clic

    LuisRR_0-1641697547093.pngLuisRR_1-1641697610982.png

     

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

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard