Hey sorry if this question seems dumb but i couldnt find any information about this topic.
Is it currently possible to use the form handler while using the automation framework and OpenAPI?
My reasoning is we have a endpoint with a form which needs specific input parameters. (For example creditcard infos or ids)
Zap usally fills these empty text with John Doe or something similar.
{"id":10,"clientId":"John Doe".......}
I think the form handler is exactly what i need to manipulate the input so i can use very specific parameters to fill in these endpoints forms.
Any ideas how to do that with the automation framework?