Trim trailing spaces in n8n workflow for all text fields, add facility dropdown to funnel form with Planta 1-4 options, update Google Sheets schema for funnel data

This commit is contained in:
Marco Gallegos
2026-01-20 11:30:49 -06:00
parent d0ab91eb51
commit 9a4e1395fa
2 changed files with 68 additions and 14 deletions

View File

@@ -201,6 +201,50 @@
"backButtonLabel": {
"default": "Anterior"
}
},
{
"id": "facility",
"type": "multipleChoiceSingle",
"headline": {
"default": "Instalación/Facility"
},
"subheader": {
"default": ""
},
"required": true,
"choices": [
{
"id": "c0",
"label": {
"default": "Planta 1"
}
},
{
"id": "c1",
"label": {
"default": "Planta 2"
}
},
{
"id": "c2",
"label": {
"default": "Planta 3"
}
},
{
"id": "c3",
"label": {
"default": "Planta 4"
}
}
],
"buttonLabel": {
"default": "Siguiente"
},
"backButtonLabel": {
"default": "Anterior"
},
"shuffleOption": "none"
}
],
"endings": [