Context:
I’m trying to create a custom button in a Vibe Coding Block that triggers a workflow. The block is already connected to a data source.
Problem:
When I ask the AI assistant to create an Action to trigger a workflow, it doesn’t actually create the Action. The Actions tab shows: “No actions used in this block yet. To create actions, connect this block to a data source and use the chat tab to instruct AI what actions to create.”
The AI assistant:
- Only adds a
data-actionattribute to the button in the code - Does not create an actual Action in the system
- States it doesn’t have commands available to create Actions for Vibe Coding Blocks
Expected behavior:
The AI assistant should be able to create Actions (like triggering a workflow) for Vibe Coding Blocks when the block is connected to a data source, similar to how it works for other block types.
Current workaround:
Using a webhook URL setting in the Content tab with manual fetch logic in the code, but this is less elegant than using the Actions system.
Question:
Is creating Actions for Vibe Coding Blocks via AI currently supported? If not, are there plans to add this functionality?
PS: I used the vibe coding block to create this ticket. Lovely stuff. ![]()