Alguna función para actualizar datos de la aplicación?

Existe alguna función que me pueda ayudar a actualizar la información de una tabla???

Your question is waaaaaayyy too vague. Please be more specific.

1 Like

Perdon

Requiero algo asi pero en mi caso no me funciona

[Quick Update System - How to update records in your app with a push of a button](https://community.appsheet.com/t/quick-update-system-how-to-update-records-in-your-app-with-a-push-of-a-button/37712) Tips & Tricks ?

“How can I update a parent record when a child record is changed?” “How can I mark all the line items in an invoice as paid when I mark the invoice as paid?” “If I have App Formulas inside a physical column, how can I get those to update like a virtual column?” “How can I recalculate formulas with a push of a button?” All of these situations can be solved by implementing a Quick Update System inside your app. What is the Quick Update System? A way to update app formulas and recalculate v…

¿Por qué la configuración de Current_User no funciona para usted?

perdon

hay una funcion por medio de acciones que al parecer actualiza los datos con pulsar un boton, lo que quise decir que en mi caso no puedo hacer que funcione ese truco

Quick Update System - How to update records in your app with a push of a button

CRITICAL NOTE TO UNDERSTAND ABOUT WORKFLOWS> > ## Update actions called through a workflow WILL LIKELY NOT update the app formulas for the row> > - The only data change that happens is the [Update] column’s value increasing by one.> > The true functionality for the AppSheet system is “supposed to” update ALL app formulas when you change data from a workflow - but in practice, more often than not, it’s as I describe above and only the actual [Update] number changes.> > > (This is one of the features of the platform that’s prone to “breaking” and reverting back to the functionality I’m describing here; they fix it, but eventually it breaks again - so I’d rather assume it’s broken all the time and this is how things function. I’m content to work within the constraints of something that will be reliable and constant in it’s behavior, vs building something that MIGHT work or might not.)## I find that if I keep the updates inside the app - utilizing the actions described above - I have no problems with things updating.

hola amigo pudiste resolver este problema?

Es bastante simple, se los resumo
Deben tener una columna física, no virtual, que tenga un campo que sea modificado a través de una acción.
Cuando ese campo es modificado por una acción, todas las columnas virtuales de esa fila se actualizarán.
Si necesitan más ayuda, lo comentan acá. Lean el post de Matt

2 Likes

Gracias por la aclaratoria, ya hice las modificaciones, inclui la columna fisica (update) y asocioe la accion con la formula [update]+1. Hasta alli todo perfecto me actualiza cuando hago click en el boton de accion.

Mi tabla es de inventario tiene formulas que tienen datos de otra tabla, y lo que requiero es que al actualizar las otras tablas, mi tabla inventario todas las filas se actualicen de forma automatica y no mediante darle click al boton de accion( que solo me actualiza una sola fila no todas)

Agradeceria mucho tu ayuda

Hay casos específicos donde es necesario o se desea tener el concepto de “actualización manual forzosa”.
Si tu caso necesita que se esté actualizando todo forzosamente, quizá tu esquema de base de datos no esté del todo correctamente desarrollado, sobre todo si tienes una base de conocimiento en Excel en que te has acostumbrado a usar un conjunto de formulas que, en AppSheet, ya no son aplicables

1 Like

Hola, esto lo puedes lograr con bots.

creas un evento tipo “Data Change / All Changes”, luego selecccionas la tabla donde realizaras los cambios.

Luego creas el proceso - “Run a data action / Run action on rows” y creas la accion “Data: execute an action on a set of rows”.

1 Like