Accion de Add (generada por sistema) abre un formulario erroneo

Hola a tod@s,

Tengo una vista con una tabla referenciada donde puedo añadir un producto presionando el botón Add, ese botón me envia al formulario de producto. Siempre funciono bien hasta que decidí crear otros formularios para modificar valores específicos (esos formularios funcionan bien). Entonces ahora cuando presiono el botón Add para añadir un producto, me envia a uno de los otros formularios.

He buscado la forma de cambiar esa conducta pero no encuentro donde. No me deja modificar el botón Add porque es un botón generado por el sistema.

Si me pudieran ayudar lo agradecería mucho

Saludos

0 2 88
  • UX
2 REPLIES 2

You can hide the system generated Add button, create your own Add action and use LINKTOVIEW() to jump to a view of your choice.

https://support.google.com/appsheet/answer/10108105

 

Steve
Platinum 4
Platinum 4

One way to handle this situation is to create a slice on the table, then attach your view to modify specific values to that slice rather than to the table itself.

Slices: The Essentials - AppSheet Help

 

Top Labels in this Space