andnessA
Windmill2y ago
41 replies
andness

I'm struggling a bit with something that

I'm struggling a bit with something that feels like it should be very easy to achieve in the app editor, maybe someone here can help?

I have created a bunch of input fields (22, actually) and a button. When the button is pressed I want to invoke a flow. But to send the right parameters to the flow I need to transform the values from all the input components into a single workflow parameter. So one of the parameters to the workflow should be something like:
{"prop1": input1.result, "prop2".input2.result, ...}

(It's a bit more involved than that, I want to check which values have changed from the values I originally loaded, and only send the ones that have changed, but the point is that I need to make a frontend function call to create the workflow parameters)
Was this page helpful?