Using invisible `drawer`
Hey all.
I'm trying to refactor an app to not have
drawer
inside list
component, and to set up a single invisible drawer outside of the list component, and use a lightweight button to open and close it.
Now, opening the drawer with button is simple enough - but how, inside the drawer
, do I reference data of the particular list item which button I clicked?
Say, the list has id= a
, it contains text component (b
) and button ( c
), and drawer has id= d
. Drawer contains a text component e
that is supposed to show value of a.result.selectedRow.b.result
or something like that, but I can't figure it out. Please help....Is there any plan to support Bitbucket?
Hello, our company uses Bitbucket (instead of Github or GitLab) and curious if there are any plans to supporting Bitbucket?
What permissions does the database user require?
I'm nearly there with my nix/oci-contaner based windmill deployment. But I'm getting:
```
Nov 22 12:57:12 mc-nix windmill_server[1378228]: Error: Migrating database: while executing migrations: error returned from database: role "windmill_user" does not exist
Nov 22 12:57:12 mc-nix windmill_server[1378228]: ...
How do I send a response to client from a flow?
Hello, I have created a simple flow that accepts a string as an input, calls a ts action to do some operation on the string. I then tried to call this flow via postman. The flow execute perfectly but I noticed that it returns a GUID, instead of the string returned by the custom action. How do I configure the flow to return the string to postman?

Why does this code sometimes work but 95% of the time it doesnt.
`import * as wmill from "windmill-client"
import { Client } from "pg"
import { from as copyFrom } from "pg-copy-streams"
// Defining the type for Postgres resource...
Failed to deserialize form body on twilio POSTs to Windmill intake webhook
Windmill version: CE v1.208.0-12-gd82027cbf
Webhook: https://windmill.redacted.dev/api/w/home/jobs/run_wait_result/f/f/twilio/twilio_intake?token=redacted
I have twilio setup to post to a webhook trigger in a flow.
Twilio sends texts as x-www-form-urlencoded payloads....
Nested JSON schema required fields
Hi, I have the following schema where the goal is to make "name" and "id" required within "Persona" (also set the order of the fields).
For some reason it doesn't work.
Am I missing something or is it an issue?...
Foreign key issue while attempting to delete workspace
Windmill version: self hosted CE v1.206.0-7
The PG database is the one provided with the docker compose setup (which I didn't update since I first installed windmill though)
I attempted to delete a windmill workspace but was greeted with foreign key constraint violation errors.
As I was in a hurry I fixed it myself by deleting manually the following rows (where WK_ID is the id of the workspace I wanted to delete)...
Download csv file from python script + app
Hello,
I'm trying to download a csv file created in a python script launched from an app, but I can't find a functional solution for the whole thing 😦
No matter how much I encode my raw data in base64, return it, or store it in a state for download from a download button, I never get a correct csv file 😦...
Draggable event listener for group container
I've been tasked with evaluating Windmill to build an application (lets just say 'similar' to Trello). I was wondering how I can listen for 'drag/drop' event on a group container? Or maybe I'm using the wrong type of component ...
Bun - not working typescript intellisense on imported npm modules
Hi, when I'm using Bun as a runtime I don't get any typescript info when I'm importing non-standard npm modules, like here:
```ts
import { thingThatDoesntExist } from "zod";
...

Worker group tag
This Worker group is disabled... But I have several worker groups. I have restart the server & worker. Not sure what I can do..
I set the worker tags from the UI they are not in my docker-compose file....

wmill cli sync error
When doing this command:
$ wmill sync pull --raw --yes --token "<valid-and-verified-working-token>"
I get the follow error message:
```
Debug logging enabled. CLI build against v1.201.0...On Select Change Event Listener
I have a select box that's in a table in the action column and I have it populated with some items that have a label and URLs as the values. I'm looking to fire off some script when the action changes and I have no idea on how to make this happen. Is this a background (frontend) runnable? I tried standard javascript event listeners but those are not working. I appreciate any direction!
Configuring docker daemon used by windmill
Hi,
I've attempted to configure the host daemon.json and ensure that /var/docker folder is mounted to windmill... but it doesn't seem to take effect.
Can anyone shed some light on this?...
Components css classes
The Tabs component's css classes aren't applying the styles to the component on a Windmill cloud App. I noticed that on the elements html (with chrome inspect) the class ".wm-tabs-alltabs" is not on any elements.
Also for agGrid-EE is there any way to remove the outer border, not the one being defined by the aggrid styling, but the one outside of the aggrid element (picture attached)? I achieved this by changing the border-width for the global .border class to 0px, but that changes all elements that use the .border class....

Connection did not resolve
i'm trying to get a postgresql resource within our kubernetes cluster to work.
i get a "Connection did not resolve for 5s" message back, but no other clues.
i add the full internal domain and login etc works when using psql client within the cluster...
i add the full internal domain and login etc works when using psql client within the cluster...
Import error script not found
On our first workspace, we had no problem importing another def. On our new workspace, we can't import an another def. We don't understand.
