Hey, I have an array of object that I want to write to another table. But when I do, it just sends the first object only
To send all objects from your array to another table, you need to use "Send row for each item in a list" instead of the regular write function. [1]
Here's how:
1. Go to Actions → Send table data
2. Select your destination table
3. Choose "Send row for each item in a list"
4. Select your Leads column (the array)
5. Map the object properties to your table columns [2]
This will create separate rows for each object in your array rather than just sending the first one.
Is that what you were looking for?
I can see you shared your table link. Based on our previous conversation about sending array objects to another table, you'll want to use the "Send table data" action with "Send row for each item in a list" option. [1]
Is that what you were looking for?
If you still need help with sending all objects from your array to another table, I'm here to assist. Would you like to provide more details about what you're trying to achieve or any specific issues you're encountering?
take action on list on that array and then send data to other table all array data will be on other table but first you have to create the table
You'll need to use the Write to Other Table integration to handle your array data:
Create destination table first - Choose "Create new table" when setting up the integration [1]
Select your array column - Choose the column containing your Leads array (the one with multiple objects)
Map the object properties - Select which properties from each object (Title, Last Name, First Name, etc.) you want as columns in the new table
This will create separate rows for each object in your array, so both Greg Smith and the second lead will appear as individual rows in the destination table [2]
The Write to Other Table integration automatically handles list mapping - it takes each item in your array and creates a new row for it [3]
Did that answer your question?
If you still need help with creating the table and sending all array data to it, I’m here to assist. Would you like to share more details about what you’re trying to accomplish or any specific challenges you’re facing?
