Hehe, that’s indeed an Inception or at least a matrushka doll.
Thanks for the instructions! I followed those, but am unable to select a variable from the second iterator (module 20/33) in the following step. It only provides a generic “Value”.
Here’s the output bundle of the second iterator:
[
{
"Travel mates": [
"recNHaheeHr36rixW",
"rec2FIczQsaqAIBDT"
],
"Type": "Lead",
"NameFirst": "TESTF1",
"NameLast": "TESTL1",
"DBL": 1,
"SourceAdded": "Fillout:B2B",
"Form": "https://build.fillout.com/editor/oSBtPiBGRcus/edit/bF8KJ7Y8CQ",
"Guest": "TESTF1 TESTL1",
"Pax": 2,
"GuestID": "rec0YIjw54f2jJIUg",
"Link:Fillout:Update": "https://form.zbulo.org/t/cbTFjzgXb5us?id=rec0YIjw54f2jJIUg",
"Link:Jotform:Meeting": "https://form.jotform.com/Zbulo/meeting?departure=&guest=TESTF1%20TESTL1&meeting=&host=&phone=&greeting=TESTF1",
"Link:Jotform:Feedback": "https://form.jotform.com/Zbulo/feedback?departure=&guest=TESTF1%20TESTL1&name[first]=TESTF1&name[last]=TESTL1&email=&group=&guestid=rec0YIjw54f2jJIUg&guide1=&guide2a=&guide2b=&style=",
"GuestRowHTML": "<li><a href=https://form.zbulo.org/t/cbTFjzgXb5us?id=rec0YIjw54f2jJIUg>TESTF1 TESTL1</a></li>",
"Tour-Room": "-",
"PaxChecker": 2,
"Jotform": "www.jotform.com/edit/",
"RETIRED Link:Jotform:Join": "https://form.jotform.com/Zbulo/your-details?departureid=&booking=&group=",
"Created": "2024-01-25T10:35:36.000Z",
"TypeRoom": "DBL",
"Last Modified": "2024-01-25T10:35:36.000Z",
"Check": "Tour",
"🤖 Weekly": "Departure",
"GuestRooming": "TESTF1 TESTL1",
"LastModifiedEmailDeparture": "2024-01-25T10:35:36.000Z",
"Tour String": {
"error": "#ERROR!"
},
"RETIRED Link:Jotform:YourDetails v2": "https://hook.eu1.make.com/i8j3yabe7n0s6npdoocs5210akffhhft?type=details&guest=rec0YIjw54f2jJIUg",
"WhatsApp": null,
"RETIRED Link:Fillout:Create": "https://app.fillout.com/t/cbTFjzgXb5us?tour=&b=",
"RETIRED Link:Jotform:YourDetails": "https://form.jotform.com/Zbulo/your-details?guestid=rec0YIjw54f2jJIUg&departureid=&booking=&group=&fname=TESTF1&lname=TESTL1&email=&phone=&remarks=&meeting-point=&arrival=&departure=&flights=&id=&issued=&emergency-name=&emergency-phone=&emergency-email=&birthplace=&citizenship=",
"PassportResize": "https://hook.eu1.make.com/19mtv5mvdse0ybeuicqcxmcvnrr8k72t?id=rec0YIjw54f2jJIUg",
"Calculation": 0,
"Calculation 2": 0,
"Gender?": "https://hook.eu1.make.com/37q4luw4a7sy7q83ts54utmgtetudm8h?id=rec0YIjw54f2jJIUg&name=TESTF1",
"Calculation 3": "Yes",
"recordID": "rec0YIjw54f2jJIUg",
"__IMTINDEX__": 1,
"__IMTLENGTH__": 1
}
]
It appears that the output/array in your setup is differently structured to be recognized.
I have to test whether the bundle position is static, but could an alternative approach work where I filter the output of the the first iterator (with the “to array”-function) for a static bundle position and try to map the given key Travel mate? On a first attempt of mine, that failed with error:
Failed to map 'array': Function 'map' finished with error! '' is not a valid array.