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 / PROBLEMA CON ITEMS DE ...
Power Apps
Unanswered

PROBLEMA CON ITEMS DE GALERIA

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hola, buena tarde espero que se encuentren bien.

Tengo un problema con una galería de powerapps.

Les comento, mi app me permite mandar elementos seleccionados a una lista de SharePoint destino y hay la posibilidad de devolverlos a la lista original, todo bien. 

Pero ya que los devuelvo a la lista origen la galería no me muestra los items que le puse.

¿Alguien me puede apoyar porfavor?

Categories:
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

    How you return it back to yoru source list?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I return the element with the next code:

    With(
    {
    temp: LookUp(PRESTAMO_1; 'SAP ID'=TextInput6_26.Text)
    };
    Patch(
    UBICACIONEXPEDIENTES;
    Defaults(UBICACIONEXPEDIENTES);
    {


    'SAP ID': temp.'SAP ID';
    Título: temp.Título;
    NOMBRE: temp.NOMBRE;
    UBICACIÓN: temp.UBICACIÓN;
    SUBSIDIARIA: temp.SUBSIDIARIA;
    'TIPO DE NOMINA': temp.'TIPO DE NOMINA';
    'DATOS DE INGRESO': temp.'DATOS DE INGRESO';
    GMM: temp.GMM;
    SV: temp.SV;
    VALDEP: temp.VALDEP;
    'RECIBO DE NOMINA':temp.'RECIBO DE NOMINA';
    'AUTORIZACIÓN UI':temp.'AUTORIZACIÓN UI';
    'DOTACIONES ANUALES':temp.'DOTACIONES ANUALES';
    FA:temp.FA;
    'CONTRATO INDETERMINADO':temp.'CONTRATO INDETERMINADO';
    'CONTRATO DETERMINADO':temp.'CONTRATO DETERMINADO';
    'CAMBIO CUENTA BANCARIA':temp.'CAMBIO CUENTA BANCARIA';
    'ADIC VALDEP':temp.'ADIC VALDEP';
    'SOLICITUD DE PRESTAMO':temp.'SOLICITUD DE PRESTAMO';
    'FECHA PRESTAMO':Text(Today(); "dd/mm/yyyy");
    'FECHA DEVOLUCIÓN':Text(Today(); "dd/mm/yyyy");
    RESPONSABLE: TextInput3_1.Text

    }
    );;
    Remove(PRESTAMO_1; temp);;

    Office365Outlook.SendEmailV2(
    "vcabodevilla@tenaris.com";
    "DEVOLUCIÓN DE EXPEDIENTE";
    "El expediente de: " & Subtitle1_42.Text & " fue regresado por " & TextInput3_1.Text
    )
    );;
    Notify("Base de expedientes actualizada correctamente"; NotificationType.Success);;
    UpdateContext({MostrarContain: false});;
    Reset(TextInput6_26);;
    Reset(TextInput3_1)

     

    The element moves correctly, but when I used my inputext to search the item in the origin list I don't see nothing, I don't understand because the item is move ok, but the gallery doesnt works for elements moved

     

    VICTORIACABO_0-1705701509280.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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 394 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 324 Most Valuable Professional

Last 30 days Overall leaderboard