How do I POST data to an API by sending data through a form?

0
How do I create a microflow where i pass data from the front end to the API?
asked
1 answers
0

If you are calling a REST service, then in the Request tab you can specify Form-data like this:

image.png

answered