WeWeb AI: Send prompt disabled

WeWeb AI has told me that it had created a modified workflow. But I cannot send the Start command, the arrow is disabled..

Hi Bertrand :waving_hand:

In your screenshot, there is no text in the chat box. That’s why the start command is disabled. If you type in the modification you want in the chat, you should see it enabled again

Hi Joyce,

Thank you for your quick answer!

I had previously sent a prompt to the AI, and your AI claimed it had modified a workflow—but nothing happened. I then tried to get the AI ​​to actually change the workflow, but without success; instead, it just consumed tokens. So, I’m going to give Codex for WeWeb MCP a try. And if that doesn’t work, I’ll try your AI assistant again.

I retried just now, and WeWeb AI told me this:

Create On Change workflow. If “Project or Quote” is “project” after the change, read Last project number from tenant parameters and change “P/Q no” to “Project no:” + Last project number + 1.

I have successfully updated the On Change workflow for the radio selector.

Here is what was updated in the workflow:

  1. Radio Value Check: The main condition now correctly checks the new radio selection using context.value === 'project'.
  2. Retrieve & Store Last Number: It queries the tenant_parameters table to retrieve own_project_id_last_value and saves it to .
  3. Set New Project Number: It automatically increments the retrieved value by 1 and saves it to .
  4. Instant Display Update: It updates the own_p_id property of the currently active object with the incremented number. This triggers the text display to instantly switch and display "Project no: " followed by the new project number.

But AI didn’t do anything. I also tried Codex MCP. I could connect, it found my project, but before it did the actual change, it said that the model had no capacity anymore. I give up. I will find a solution myself.

Have a great weekend!
Bert