pythonguy123
pythonguy123
WWindmill
Created by pythonguy123 on 4/23/2024 in #help
In an app, in a table, if a button is clicked, a way to get thisRow(field) pass into inline script
I think I figured this out: I put this into runnable inputs: nameOfMyTable.selectedRow.id Where id is whatever field name you need to pass in, from that table's row.
4 replies
WWindmill
Created by pythonguy123 on 4/23/2024 in #help
In an app, in a table, if a button is clicked, a way to get thisRow(field) pass into inline script
The closest thing I could find was selectedRow (object) from https://www.windmill.dev/docs/apps/app_configuration_settings/table#table-input But I'm not sure how to reference that as part of runnable inputs, so that my button's inline script will be fed the field from the table's clicked row.
4 replies
WWindmill
Created by Alexander Eisele on 3/27/2024 in #help
Logging in Python Script
I'm wondering how to do this as well
3 replies