Hi, I created a prompt ( A) in which I was taking input from another prompt ( B ) , but unfortunately I am unable to see the option to add the list ( Leads and Steps taken [ as shown in the screenshot ]) as input . Is there a fix for this ?
If you're unable to see the option to add a list as input between prompts, try adding the list through the "Other data from this table" section. This is a common solution for list formatting issues. You can watch a tutorial video here: https://cln.sh/DpHTlNt0
I am not using write to other table, I just want to add the leads field and steps taken in another AI prompt
To add data from one AI prompt as input to another prompt in Clay, use dynamic column referencing:
1. In your second prompt, add variables using curly brackets syntax:
• Type a forward slash "/"
• Select the column containing your first prompt's output
• Format as {VariableName} = /Column Name
For example, if your first prompt outputs to columns called "Leads" and "Steps Taken", reference them in your second prompt as:
** {LeadsData} = /Leads
** {StepsTaken} = /Steps Taken
You can then use these variables throughout your second prompt using the curly bracket notation: {LeadsData}
and {StepsTaken}
.
"/leads" is not accessible, since it is a list . I dont see an option to "Insert all items"
To insert all items from a list like "/leads" into another AI prompt, you need to: 1. When referencing the list in your second prompt, look for the "Insert all items" option in the dropdown menu that appears after typing the forward slash and selecting your list. 2. If you don't see this option, try refreshing your browser, as the UI might need to be updated to show all available options. This will allow you to reference the entire list at once in your second AI prompt.