Pregunta se puede pasar grabar la informacion de un formulario en dos hojas

Quiero pasar la informacion que se grabde un formulario a dos hojas de google sheet al mismo tiempo… ??

0 6 325
6 REPLIES 6

elco
New Member

So you want to click ‘Save’ and then have the same line saved in multiple sheets (tabs in 1 workbook)?

Depending on use-case, you could make certain types of triggers that copy over data from one to another.

Can you explain more?

por ejemplo… tengo dos Hojas en google sheet…
la primera
trabajadores prestamos y la segunda trabajadores prestamos total
tengo un formulario que esta asociado y manda datos a la hoja “trabajadores prestamo”, que cada ves que creo un registro se va para la hoja “trabajadores prestamo”. pero en la hoja “trabajadores prestamos total” tengo el saldo del prestamo y quiero que se dedusca automaticamente que sume todos los registros asociados al nombre del trabajador.

PARA SERTE MAS CLARO quiero la manera de como
juan me debe 10,000 pero el me da diario 500, y que se balla deduciendo cada ves que le hagop nuevo ingreso de la deuda inicial…
como por ejemplo una app de prestamos personales

Why don’t you make it a formula rather than keeping a copy. So it sums app payments for a user and calculates the balance by SUM. It is usually keep data unique and not duplicated in relational DB.

Still, you can do what you want using the newly available “Events”, it can be trigged when a row is added, edited in a sheet and then you can do “processes” to copy data or calculate the value.

que formula puedo ocupar…

You’ll have to improve your data structure for that.

For now use the Bots/Events/Tasks. Use a event to fire on update/add row to a sheet and run a task which changes data to new sheet. You want to create an Action of “Do this” type Data: add a new row to another table using values from this row.

See docs: Changing Data from a Bot, Workflow Rule or Scheduled Report | AppSheet Help Center

Top Labels in this Space