d10sfan
d10sfan
WWindmill
Created by d10sfan on 4/26/2024 in #help
How do I poll every x seconds on an app?
I have an app that I want to run a script every x seconds on, and have the ability to run a frontend script when it's successful each time, to add the data to the state. I see that there's a while loop in the flow, but it does not look like that would allow me to get the results on each success, just at the end.
6 replies
WWindmill
Created by d10sfan on 4/17/2024 in #help
Clearing file input
How can I clear a file input widget when I've finished uploading? Would want to clear the results array and the visual
2 replies
WWindmill
Created by d10sfan on 4/12/2024 in #help
Importing a workspace
There's a page where I can export a workspace, which gives me a zip file. How can I then import that?
1 replies
WWindmill
Created by d10sfan on 4/11/2024 in #help
Getting Undefined on Multiple Upload on S3
I'm seeing a problem where if I try to upload multiple files at once with the s3 browser, only one of them works, but if I upload 3, the other two never finish and show a error popup saying "undefined"
1 replies
WWindmill
Created by d10sfan on 4/10/2024 in #help
How can I set the state of an app inside a fetch script?
I'm trying to use a fetch script, and then with the result store it in the state. How can I store it and then use it later?
10 replies
WWindmill
Created by d10sfan on 4/10/2024 in #help
Is there a way to run windmill under a subpath?
I'm trying to run windmill behind traefik at a subpath like /apps This dosen't work however, because the client tries to load the javascript at /_app/* instead of /admin/_app/*
5 replies