Hello team Clay, seems that the reasoning is working fine but the response is not
The issue might be related to how the formula or output is set up. There are two possible reasons: 1. The formula might be assuming there's a response for every row, which isn't always the case. Adding an extra bit of logic like "if {{response}} exists..." could help the formula run smoothly. 2. The output fields in your prompt configuration might not be correctly defined or mapped. Double-check your prompt settings to ensure the data is being populated as expected. To troubleshoot further, could you please copy and paste the JSON or formula you're using into the chat? This will help me identify any specific issues.
this is the prompt: Take the number from {number} , and round it down to the nearest hundred. If it’s already a multiple of 100, return it as is. If the number is below 100 but greater than 0, round it down to the nearest ten instead of rounding to zero (for example, if the number is 34, just round it to 30). If the number is 0, return 0. Format numbers with commas if they are 1,000 or greater. Return only the formatted number, nothing else.
To troubleshoot your prompt configuration, we'll need to see the full JSON or formula you're using. Could you please copy and paste it into the chat? This will help us identify any specific issues with your setup and provide more accurate guidance on fixing the response.
not using formula here, just ai agent
To fix the issue with your AI agent's response, let's troubleshoot the prompt: 1. Review your prompt: Ensure it's clear and specific. 2. Check output configuration: Verify that your column outputs are correctly defined for the expected response format. 3. Use the AI Metaprompter: Click the "Help me" button in the Configuration section of the "Use AI" panel. Describe your desired outcome, and it will generate a tailored prompt. 4. Test and refine: Preview your results by clicking on any enriched cell to view the generated details. If you're still experiencing issues, please copy and paste your full prompt configuration into the chat so we can troubleshoot further.
ok thanks
Thank you so much for sharing your feedback Gregorio P.!