Sending A Post Request From A Form at Run Time

hi there ,
I made a form and want to know how to get the form values like @CustomerName ,that is the value in a textbox and pass it as a parameter to my api.

I have read your articles about
creating form to collect data at run time,
api explorer ,

but I don’t really understand the part create your own interface assets .
BR.

Hello Yusuf,

You should be able to use a Binding between the “Text” property of your Text Input Asset and the chosen Property of you Interface Asset created from your API.

Regards,

Alex.

1 Like

Thank You Alex