Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Separar por Filas en Powerapps

publicado

Buenos dias equipo

 

hay tengo una consulta que por mas que le doy mente no la puedo resolver lo que quiero es que en un input tipo texto en powerapps que me divida los datos por coma y me lo ponga en diferentes filas pude las siguiente formula, la misma me funciona me divide lo dato pero no me lo pone 1 a 1 si no que si agrego 8585,4545,9696  me lo copia asi en 3 filas en vez de en la primera 8585, en la segunda 4545 y asi sucesivamente por cierto los datos van a una lista de sharepoint Anexo imagen de como queda en la lista

 

Agradeceria su ayuda y muchas gracias

 

ClearCollect(
    ColeccionDatos;
    Split(TextInput1.Text; ",")
);;
 
ForAll(
    ColeccionDatos;
    Patch(
        Prueba;
        Defaults(Prueba);
        {
            Ordenes:TextInput1.Text
        }
    )
)
 
 

screenshot_20240302_171735.png

Featured Replies

No hay posts para mostrar

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.