I have 100 records from HTTP call, how do I send them into another table as individual records?
To send 100 records from an HTTP call to another table as individual records:
1. In your table, click Actions
→ Send table data
2. Select your destination table
3. Choose Send row for each item in a list
4. Select the column containing your HTTP response data
5. Map the list properties to columns in your destination table
This will create a separate row in the destination table for each item in your list of records.
Hey team, prob a dumb mistake somewhere on my end, but Send Data To Table doesn't pop up my HTTP column as an option: Here's the table: https://app.clay.com/workspaces/449716/workbooks/wb_0sy3bagTc7S37jEYRED/tables/t_0syc0fisDNH9jCuq5W5/views/gv_0syc0fjrKaWkcNHQGmh
also tried "write to table" function and got this:
Hi, thank you for reaching out. In order to map your values correctly, you will have to specifically map every piece of information you would want to push to the other table. To do so, select the "Add values from objects in HTTP API (2)" and then select the specific pieces of info you would like to send to the other table.
Ah thanks Stefano! Is there a way to do this via Send Table Data? So instead of doing mapping, simply pushing everything over at once
To clarify, what are the issues you are experiencing when using "Send Table Data"
This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in 02 Support.
Gotcah, thanks Stefano! Still not sure on how to push records out from HTTP via Send Table Data but Write to Table is working so I will deal with it lol