Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Use Markdown for this comment
Set severity, which reflects how much the issue affects the use of the product
Change issue status back to 'Assigned'
Pending code changes (auto-populated)
[ID: 1388909]
[ID: 1388852]
[ID: 1388884]
0: low
5: moderate
10: good [ID: 1388853]
[ID: 84481]
processed = processed by automation
triaged = validated by human
blocked = depends on another issue
information_requested = depends on reporter supplying additional information
unblocked = the issue is no longer blocked, but may not be fixed
fixed = a change was submitted but may not be deployed fully [ID: 1245093]
[ID: 1388836]
[ID: 1385984]
Set the version(s) of the product affected by this issue (comma-separated list)
Set the version(s) of the product in which the issue should be fixed (comma-separated list)
Set the version(s) of the product in which the issue fix was verified (comma-separated list)
Set if this issue occurs in production
Remove item
Show all 6 items in the list
Tags used for linking issues. [ID: 1172495]
Set Reporter
Set Type
Set priority, which reflects how soon the issue should be fixed
Set Status
Set Assignee
Set Verifier
View or edit staffing
View issue level access limits(Press Alt + Right arrow for more information)
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote. desde google sheets pueda realizar cambios en FORMS, utilziando un codigoDescription
function configurarSecciones() { var formId = "1FzGMG6yLSR1nfeXJ7VgCI6U0Sm-ygwrjBgB2MbMGT_E"; // Reemplaza con el ID de tu formulario var form; // Declarar form fuera del try para que sea accesible en el catch try { form = FormApp.openById(formId); Logger.log("Formulario abierto correctamente: " + form.getTitle()); var item = form.getItemById("2102999765").asListItem(); // Reemplaza con el ID de tu pregunta var secciones = form.getSections(); Logger.log("Secciones obtenidas: " + secciones.length); var seccion2 = null; var seccion3 = null;
} catch (e) { Logger.log("Ocurrió un error: " + e.toString()); Logger.log("ID del formulario usado: " + formId); } }
Impact
que actualice la opcion ir a la seccion segun pa respuesta Respuesta 1 ir a la seccion 2 Respuesta 2 ir a la seccion 3, asi sucecivamente