post https://api.openasapp.net/v1/api/apps//fields/calculateResult
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.