Ayuda: Cannot parse text argument to "list from csv table" as a CSV-formatted table

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:

Script:
codigo.txt (1.9 KB)

Bloques:

Actualidad:

Les agradecería que pudieran auxiliarme con este problema.

I dont think this is corecct.. Here you must add either selection or selection index

Hola, hice lo que me haz recomendado pero sigue dando error.

image

right click in the mouse and use do it, then paste the url in browser and see the response

(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

Intente pero no me permite hacer esta acción
image

Copie los URL de la variable global y el verdatos desde el buscador y si lo muestra.

No se a que te refieres con la estrutura, espero no equivocarme

Are you downloading the csv file correctly? You probably need this suffix to your url

exportCSV to export the csv.

Try this instead:

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.

Entiendo, luego de seguir sus instrucciones, me sigue mostrando lo mismo, sin avances hasta ahora.

Cuando ejecute el Do It de Mostrar en los bloques de Simple CRUD me apareció esto:

Is this id correct?

Copy this url and paste into your browser and see the result..

I always use this script to achieve what i want.. see the immediate attempt..

My Script code

Full Url

Browser Response

Full acript available at HERE

Credit @TIMAI2

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).

:duck: :duck: :duck:

You need to have all your ducks lined up and configured correctly for everything to work

:duck: SCRIPT - check that this is written out correctly, and properly deployed
:duck: SHEET - ensure that your data is correctly aligned and formatted, so that it can be retrieved as a csv table
:duck: 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.