I cannot select an array of only the public ID here, does this require taking the entire array and applying inline array functions (I’m not familiar with) on it, or is there an easier way?
PS: Just realized that it’s more complciated as I selected in the aggregator (40) the target structure to be the Airtable attachment field, thus removing the other outputs…
Not sure, the exact usecase, what you can do in an iterator is directly pass the output of the aggregator i.e array with selecting the fields associated with the original array. If you want to iterate using specific fields, you can also utilize map function for it.
Once, you run the scenario, the iterator will have the mapping available for you to use in your last module.
If you just want the profile id something like this will work,