Consider the following setup, I have two tables - destination table and source table. Source table receives webhook data. Destination table has various columns and rows, out of which one column is named ‘webhook data’ and one column is index column which has unique values. Now when i receive data in source table from webhook, i want to populate the particular row of webhook column of the destination table that is, particular cell. There is functionality for writing to table but it only inserts rows, not update particular cells of existing rows. Look up works by pulling data from other table. I want push functionality from one table to another to existing row/column. Is there a way to do this?
💤 You've caught us outside of our support hours (9am-9pm EST), but don't worry - we'll be back in touch within 24 hours (often sooner!). If you haven't already, please include the URL of your table in the thread below so that we can help you as quickly as possible!
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 Clay Support.
Daniela D., Looking forward to your assistance here. Facing the same query here too. To iterate: I am looking for a cell output instead of a row output as given by "Write to table" option. Looking to update a value instead of inserting a row in a table
