Possible to Pass Parameter/Variable to HTTP Body form-data?

I would like to pass a parameter, ideally a global variable from a profile, into the Value field, for a form-data type of HTTP Body. I am not sure if this is possible with Katalon. Here is a screenshot of the form-data section I am trying to leverage.

Screen Shot 2018-08-06 at 10.22.48 AM.png

standard variable binding should work:

response = WS.sendRequest(findTestObject('requestObject',[('variable'): value]))

1 Like

Thank you for the quick response. This is spot on.

1 Like

you are welcome

Hey Andrej, where do you write that code if using the API UI? Or is that for scripting view in a test case?

scripting view in TC