Resolving Some Inputs Missing Error in Clay Prompt Column
āProblem: Prompt column blocked due to missing inputs ā despite fallback logic I'm using a Prompt column in Clay that references fields like First Name, Last Name, and Gender. In the prompt, I clearly defined fallback logic like:
āIf no first name is provided, use 'Unknown'. If gender is missing, start with 'Hello' instead of using a gendered salutation.ā
Still, I keep getting the error: āSome inputs are missingā, and the prompt doesnāt run at all. What Iāve already tried:
Leaving the Conditional run field blank
Writing: āRun even if some fields are missingā
Using {{First Name | fallback: "Unknown"}} inside the prompt
Creating fallback fields with IF statements
Rebuilding the step from scratch
What I want: Let the prompt always run, even if some fields are missing, and allow GPT to handle the fallback logic as written. Question: How can I reliably avoid the āSome inputs missingā error and force the prompt to execute? Thanks in advance dear community š