Thank You for your help sir. I am encountering another problem, [lease help me with this.
Problem: ** “Generate Image” Action Fails with Column Prompt, Works with Static Text
Setup:
- User submits a form, a new row is added to
AI Recipe Requests
. - AI columns in this table generate a recipe name, and then a
Descriptive Image Prompt
(e.g., “Chicken Salad Sandwich, food photography”). - A Workflow triggers “On new row”:
- Waits 10 seconds.
- Action:
Generate image
using theDescriptive Image Prompt
column for the Prompt, saving to anAI Generated Photo
(Image type) column.
Problem: The Generate image
action fails with “Could not fetch” when using the Descriptive Image Prompt
column.
However:
- If I type a static text prompt (e.g., “Apple”) directly into the “Generate image” action’s Prompt field, it works perfectly and generates an image.
- My OpenAI API key and billing are confirmed to be working fine.
- The
Descriptive Image Prompt
column does have the correct text in it when the action runs.
Question: Why does the “Generate image” action fail when using a column value for the prompt, but succeed with the exact same text if typed in manually as a static prompt? How can I get the dynamic column prompt to work?
(I can provide a read-only link and screenshots showing the data table with the prompt text, and the workflow setup).
Thank you!