Get last value from a table to a new one

Hola! Estoy realizando una aplicación que en la que necesito que se escriba en una tabla de 1 fila siempre el ultimo valor de otra:

image

Solamente necesito que en la otra tabla se sobreescriban los campos Sprint, Version, Inicio_Sprint y Fin_Sprint, todos correspondientes a la última fila de la tabla anterior:

Debo aclarar que la idea de ésto es que los datos figuren en la hoja de Google Sheets para luego hacer IMPORTRANGE a otra hoja de cálculo.

Si existe alguna posibilidad de realizarlo sería muy agradecido de obtener respuesta. Muchas gracias!

Based on the subject of your topic, have you tried the Single Value column?

Yes I tried, but the value is not written to the Google Sheets sheet

I assume both of your tables are sourced from a Google Sheet:

  1. If table A does not contain the computed data you want to copy to table B, you can still do it from the Google Sheet side using Query or Importrange.
  2. If you want to do it from the application side and have computed data, then you can use the “set column value” action to table B along with the “on submit” action to add a row in table A. In other words, your table B will be updated according to the submit button click action.
1 Like