airtable lid nummer meenemen in migratie
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Kiara Grouwstra 2022-12-06 12:57:57 +01:00
parent afc87f4195
commit fdf2d811a1
1 changed files with 25 additions and 1 deletions

View File

@ -9,6 +9,8 @@
"permission": "",
"inputs": [
{
"weight": "0",
"include_formatted_params": "1",
"title": "Contact ID",
"name": "contact_id",
"type": "Integer",
@ -18,6 +20,8 @@
"validators": []
},
{
"weight": "1",
"include_formatted_params": "1",
"title": "Email",
"name": "email",
"type": "String",
@ -27,6 +31,8 @@
"validators": []
},
{
"weight": "2",
"include_formatted_params": "1",
"title": "Inschrijvingsdatum",
"name": "inschrijvingsdatum",
"type": "Date",
@ -39,6 +45,8 @@
"validators": []
},
{
"weight": "3",
"include_formatted_params": "1",
"title": "Lidnummer",
"name": "lidnummer",
"type": "Integer",
@ -48,6 +56,8 @@
"validators": []
},
{
"weight": "4",
"include_formatted_params": "1",
"title": "Lidstatus",
"name": "lidstatus",
"type": "String",
@ -57,6 +67,8 @@
"validators": []
},
{
"weight": "5",
"include_formatted_params": "1",
"title": "Mollie Customer Id",
"name": "mollie_id",
"type": "String",
@ -66,6 +78,8 @@
"validators": []
},
{
"weight": "6",
"include_formatted_params": "1",
"title": "Notitie",
"name": "notitie",
"type": "Text",
@ -75,6 +89,8 @@
"validators": []
},
{
"weight": "7",
"include_formatted_params": "1",
"title": "Plaats",
"name": "plaats",
"type": "String",
@ -84,6 +100,8 @@
"validators": []
},
{
"weight": "8",
"include_formatted_params": "1",
"title": "Postcode",
"name": "postcode",
"type": "String",
@ -93,6 +111,8 @@
"validators": []
},
{
"weight": "9",
"include_formatted_params": "1",
"title": "Straat + Huisnummer",
"name": "straat_huisnummer",
"type": "String",
@ -102,6 +122,8 @@
"validators": []
},
{
"weight": "10",
"include_formatted_params": "1",
"title": "Telefoonnummer",
"name": "telefoonnummer",
"type": "String",
@ -111,6 +133,8 @@
"validators": []
},
{
"weight": "11",
"include_formatted_params": "1",
"title": "Land",
"name": "land",
"type": "Integer",
@ -286,7 +310,7 @@
"mapping": {
"contact_id": "input.contact_id",
"custom_airtable_data_inschrijvingsdatum": "input.inschrijvingsdatum",
"custom_airtable_data_lidnummer": "input.lidnummer"
"custom_airtable_data_lidnummer_airtable": "input.lidnummer"
},
"condition_configuration": {
"name": "CheckParameters",