To be honest, i have a hard time exporting Input/Output Bundles in full since i am handling personal data, i tried my best to now provide screenshots and suitable examples.
At first again the complete workflow:
Now single screenshots of the modules, with input and output bundles:
Module 50 - Search for Records
Input
[
{
"base": "appcqTJdIoZOmsGO0",
"view": "viw6iM8V2hbf7gtpZ",
"table": "tblNkL7vZj9eX5HtB",
"fields": [
"contact_id",
"Contact",
"Company Lead",
"saturn_contact_id",
],
"maxRecords": 10,
"useColumnId": false
}
]
Output
[
{
"contact_id": 81380,
"Company Lead": [
"receXucwD8q42N34l"
],
"Contact": "email_not_unlocked@domain.com",
"saturn_contact_id": "6641d38a89a9890001939221",
"id": "recMNPkCO0EID0GNq",
"createdTime": "2024-05-23T23:00:33.000Z",
"__IMTLENGTH__": 10,
"__IMTINDEX__": 1
},
{
"contact_id": 82737,
"Company Lead": [
"rechZoQUc81kpIxK1"
],
"Contact": "email_not_unlocked@domain.com",
"saturn_contact_id": "5570ab6073696422b32e0b00",
"id": "recu8Cdi2JHJ6bKJd",
"createdTime": "2024-05-24T10:05:22.000Z",
"__IMTLENGTH__": 10,
"__IMTINDEX__": 10
}
]
Module 52 - Increment Function

Module 53 - Set Variable
(Is called in the first run of each set)

Input
[
{
"name": "query_string",
"scope": "roundtrip",
"value": "[{\"id\" : \"6641d38a89a9890001939221\"}"
}
]
Output
[
{
"query_string": "[{\"id\" : \"6641d38a89a9890001939221\"}"
}
]
Module 57 - Get the Variable
(Is called in the 2-10th run of each set)

Input
[
{
"name": "query_string"
}
]
Output
[
{
"query_string": "[{\"id\" : \"6641d38a89a9890001939221\"}"
}
]
Module 58 - Set the Variable
(Is also called in the 2-10th run of each set)

Input
[
{
"name": "query_string",
"scope": "roundtrip",
"value": "[{\"id\" : \"6641d38a89a9890001939221\"},{\"id\" : \"60b74767f9b4a30001ab70a8\"},{\"id\" : \"60fc2edc170a7e000122219b\"},{\"id\" : \"60d32a8ed1d1f20001f7b13d\"}"
}
]
Output
[
{
"query_string": "[{\"id\" : \"6641d38a89a9890001939221\"},{\"id\" : \"60b74767f9b4a30001ab70a8\"},{\"id\" : \"60fc2edc170a7e000122219b\"},{\"id\" : \"60d32a8ed1d1f20001f7b13d\"}"
}
]
Module 60 - Set the Variable
(Only called after the 10th run to close the string)

Input
[
{
"name": "query_string",
"scope": "roundtrip",
"value": "[{\"id\" : \"6641d38a89a9890001939221\"},{\"id\" : \"60b74767f9b4a30001ab70a8\"},{\"id\" : \"60fc2edc170a7e000122219b\"},{\"id\" : \"60d32a8ed1d1f20001f7b13d\"},{\"id\" : \"57de713ea6da987ae8cd2601\"},{\"id\" : \"6411dc5eae252e0001569510\"},{\"id\" : \"5f4b62b8eab77a0001fa65b2\"},{\"id\" : \"5f9ee7e405bff60001e832d1\"},{\"id\" : \"61178fa3bbe2750001905e55\"},{\"id\" : \"5570ab6073696422b32e0b00\"}]"
}
]
Output
[
{
"query_string": "[{\"id\" : \"6641d38a89a9890001939221\"},{\"id\" : \"60b74767f9b4a30001ab70a8\"},{\"id\" : \"60fc2edc170a7e000122219b\"},{\"id\" : \"60d32a8ed1d1f20001f7b13d\"},{\"id\" : \"57de713ea6da987ae8cd2601\"},{\"id\" : \"6411dc5eae252e0001569510\"},{\"id\" : \"5f4b62b8eab77a0001fa65b2\"},{\"id\" : \"5f9ee7e405bff60001e832d1\"},{\"id\" : \"61178fa3bbe2750001905e55\"},{\"id\" : \"5570ab6073696422b32e0b00\"}]"
}
]
Module 19 - Call the API
Input
[
{
"ca": null,
"qs": [],
"url": "https://api.saturn.io/v6/assets/bulk",
"data": "{\n \"api_key\": \"-\",\n \"reveal_personal_emails\": true,\n \"details\" : [{\"id\" : \"6641d38a89a9890001939221\"},{\"id\" : \"60b74767f9b4a30001ab70a8\"},{\"id\" : \"60fc2edc170a7e000122219b\"},{\"id\" : \"60d32a8ed1d1f20001f7b13d\"},{\"id\" : \"57de713ea6da987ae8cd2601\"},{\"id\" : \"6411dc5eae252e0001569510\"},{\"id\" : \"5f4b62b8eab77a0001fa65b2\"},{\"id\" : \"5f9ee7e405bff60001e832d1\"},{\"id\" : \"61178fa3bbe2750001905e55\"},{\"id\" : \"5570ab6073696422b32e0b00\"}]\n}",
"gzip": true,
"method": "post",
"headers": [],
"timeout": null,
"useMtls": false,
"authPass": null,
"authUser": null,
"bodyType": "raw",
"contentType": "application/json",
"serializeUrl": false,
"shareCookies": false,
"parseResponse": false,
"followRedirect": true,
"useQuerystring": false,
"followAllRedirects": false,
"rejectUnauthorized": true
}
]
Output
[
{
"status": "success",
"error_code": null,
"error_message": null,
"total_requested_enrichments": 10,
"unique_enriched_records": 9,
"missing_records": 1,
"credits_consumed": 9,
"matches": [
{
"id": "6641d38a89a9890001939221",
"email": example@example.com,
},
{
"id": "60b74767f9b4a30001ab70a8",
"email": example2@example.com,
},
]
}
]