Use an app as calculation service and calculate a result given input parameters.

Here you can use your calculation app through the API. Put your input values in the body like in this example.

{
  "inputValues": {
    "A2": 12,
    "B2": "Simple Text"
  }
}

The keys are the input fields from your App.

See Calculation App for a complete example.

Language
Authorization
Header
Click Try It! to start a request and see the response here!