can clay output AI search results in a list? So i can write to another table 1 item per list
Yes! Clay can break down lists into individual rows in another table using Write to Other Table. [1]
When you have AI search results in a list format, you can:
Use Write to Other Table and select the column containing your list
Choose "Send row for each item in a list" to map each item individually to rows in your destination table [2]
You can also use Send table data with the same "Send row for each item in a list" option. This flattens your list so each item becomes its own row in the target table.
Is that what you were looking for?
yes --- at the end of prompt mention how you want the output i.e as json list and then use output schema(generate via prompt) and it will output the list
Exactly! In your AI prompt, specify you want the output as a JSON list, then use the JSON schema output format in the Use AI enrichment. [1]
For example: "Return this as a JSON list" at the end of your prompt, then select JSON schema as the output format and configure the schema fields. [2]
Once you have the structured JSON output, you can use "Write each item to a new row in another table" to break the list into individual rows. [3]
Did that answer your question?
If you need any more help with setting up your AI search results output or using the Write to Other Table feature, I’m here to assist. Would you like to provide more details about what you’re trying to achieve or any specific challenges you’re facing?
Yes.. when you write the prompt in the end just give the command that give json list so it will give you the response you can easily use as output
Perfect! Just add "Return this as a JSON list" at the end of your AI prompt, then set the output format to JSON schema in your enrichment settings. [1]
This gives you clean, structured data that's easy to work with across tables.
Was this information useful?
If you need any further assistance with setting up your AI prompts or using the Write to Other Table feature, I’m here to help. Would you like to share more about what you’re trying to accomplish or any specific issues you’re encountering?
