I'm struggling a bit with something that
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:
(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)