Hola!!, en primer lugar una disculpa, no domino la escritura en ingles y no quiero confundirlos y también agradecerles su ayuda de antemano.
Trabajo una aplicación para el almacenamiento de registros, muestra de todos los datos, lectura, modificación y eliminación por medio del ID desde la aplicación a la hoja de calculo, La primera vez que la hice no me salió ningún error, funcionaba muy bien. Pero a la hora de querer agregar más celdas (títulos), actualice el script y google forms, desde ahí todo salió mal.
Ese mensaje me lleva saliendo en todos los intentos de arreglo de la aplicación:
Cannot parse text argument to "list from csv table" as a CSV-formatted table Note: You will not see another error reported for 5 seconds.
No tiene sentido porque no he tocado ningún otro elemento más que agregar celdas y actualizar los URL. Lo hice desde cero pero sigue igual, solo puedo registrar y ver los registros completos. Adjunto mi editor de bloques y lo necesario:
Imagen de como se veía antes de actualizarlo:
(Translate :haga clic con el botón derecho del mouse y use hágalo, luego pegue la URL en el navegador y vea la respuesta )- lo siento si está mal. muéstranos la estructura de la hoja de Google
Post option working but readAll only not working for you. As @SteveJG said, make sure , Are you getting the response as csv or not. Do it option will be enabled only after connecting with companion
Hola me tome el tiempo para hacerlo tal y como sale en la publicación, no me muestra errores pero tampoco me muestra la ventana de ID ni información, sí selecciono el botón de eliminar o actualizar me sale el aviso pero sin mostrar los datos.
In these cases it is best to simplify the code and see what you are getting.
If what you are getting is correct, you can increment the code, otherwise you must resolve the error in responseContent (contenidoDeRespuesta).
You need to have all your ducks lined up and configured correctly for everything to work
SCRIPT - check that this is written out correctly, and properly deployed
SHEET - ensure that your data is correctly aligned and formatted, so that it can be retrieved as a csv table
APP/BLOCKS - review and adjust your blocks, this appears to be where your errors are arising. Start with something simple, get that working, then build from there.