I'm trying to send a contact from a table to an account when I check a box indicating they're the main PoC.
Having trouble getting Send Table Data to work with this. Plz help 🙂
Assistance Needed: Send Table Data for Main PoC Checkbox | Clay
To send a contact from a table to an account when you check a box indicating they're the main PoC, you can use our "write to table" feature. Here's how you can set it up:
1. Select the destination table (your account table).
2. Choose the list of data to send (your contacts).
3. Select the specific data points you want to send (e.g., contact name, email).
4. Add a condition to only send data when the "main PoC" box is checked.
Remember, "write to table" has four key components:
1. Selecting the target table
2. Choosing the data list (optional)
3. Picking specific data points from that list
4. Adding any additional data points from the current table
If you need more detailed guidance, please ask and I'll be happy to help further.
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.
Hi Ryan! You should be able to add a condition to your Send table data column's Only run if that checks if your checkbox column has been checked. Here's a gif of a quick table I got working as an example:
Basically would be only run if main poc is checked and domain matches (only want to add a main poc if that account is present in the accounts table 🙂 )
Thanks! I'd need a wildcard for the is "clay.com" part because i'd want it to check for a match on every domain in the accounts table, not just one. How can we do that?