I have 2 company enrichments and doing an ICP fit on them. I input all of the info of both companies. Now sometimes there is only an info from one of the companies and it says that some inputs are missing when running because there are missing info from one company but the info from the other is still there. How do I make it run anyway with the other companies info being sufficient enough?
To run an ICP fit with incomplete data, you can use conditional statements to handle missing information. Here's how:
1. Use IF statements to check for missing data and provide default values or alternative logic.
2. For example: IF({{company_size}} > 100) THEN "Qualified" ELSE "Not Qualified"
. This ensures that blank company sizes default to "Not Qualified".
3. When using Claygent for ICP checks, adjust your prompts to account for potential missing data.
4. If certain fields are consistently missing, consider updating your ICP criteria to focus on the available data points.
If you need more specific guidance, please provide details about which data points are missing and what ICP criteria you're using. If you require further assistance, you can request human support within this chat.
How do I do this: If one of the mentioned columns is empty still proceed
4. If certain fields are consistently missing, consider updating your ICP criteria to focus on the available data points.
To run an ICP fit in Clay with incomplete company data, you can use conditional statements to handle missing information. Here's how:
1. In the Prompt Editor, use IF statements to check for missing data and provide alternative logic.
2. Example: IF({{company_size}} > 100) THEN "Qualified" ELSE "Not Qualified"
. This ensures that blank company sizes default to "Not Qualified".
3. For columns that must contain data before the enrichment runs, use the "Required to Run" toggle in the Prompt Editor. When disabled, the enrichment will proceed even if the field is empty.
4. Test your conditional statements with edge cases and empty fields to prevent unexpected errors.
By implementing these strategies, you can ensure your ICP fit analysis continues with available data, even when some company information is missing.
Are you trying to run the AI column? If yes, then when you reference the columns in the prompt you can switch off the blue toggle for fields which are optional ie will sometimes be missing. That will ensure the AI column runs even if some data is not present.
To make the AI column or ICP fit run in Clay even with some empty columns, you can use the "Required to Run" toggle in the Prompt Editor. Here's how: 1. Open the Prompt Editor for your AI column or ICP fit. 2. Find the fields that are referenced in your prompt. 3. For columns that may sometimes be empty, disable the "Required to Run" toggle next to those fields. 4. This ensures the enrichment will run even if those specific fields are empty. Alternatively, you can use conditional formulas: 1. In the enrichment panel, go to "Run Settings." 2. Click "Use AI" to create a conditional formula. 3. Specify which columns should have data for the enrichment to run. These methods will allow your AI column or ICP fit to proceed with available company data, even if some fields are empty. If you need further assistance, you can request human support within this chat.
kushagra t. will the agent still account the data of the fields that are turned off?
Yes, when you turn off the "Required to Run" toggle for certain fields in the Prompt Editor, the AI column or ICP fit will still use the data from those fields if they are present. The toggle only determines whether the enrichment runs when the field is empty. This allows your enrichment to proceed with available data, even if some fields are occasionally empty. If you need more specific guidance on optimizing your workflow, feel free to ask for further clarification.
yeah if the data is present it will be used in the prompt, if it is not then that won't stop the AI cell from running - guessing that's what you are trying to solve for?
Yes, that's correct. When you disable the "Required to Run" toggle for certain fields in the Prompt Editor, the AI column or ICP fit will still use the data from those fields if they're present. The toggle only determines whether the enrichment runs when the field is empty. This means: 1. If data is present in an optional field, it will be used in the prompt. 2. If data is missing in an optional field, it won't stop the AI column from running. This setup allows your enrichment to proceed with available data, even if some fields are occasionally empty, ensuring flexibility in your data processing. If you need further assistance or have more questions, feel free to ask.