preprocessor http post data check
When the preprocessor receives an http request, the params and query are checked, but is it possible to make the data values coming in post available as well?
I even tried modifying the preprocessors using https://www.windmill.dev/docs/core_concepts/preprocessors as a reference, but I couldn't pass the post data to the input.
I even tried modifying the preprocessors using https://www.windmill.dev/docs/core_concepts/preprocessors as a reference, but I couldn't pass the post data to the input.

Scripts and flows can include a preprocessor to transform incoming requests before they are passed to the runnable.