Hi,
Can anyone help me in defining the inputs for SAP ERP connector in JSON string format.
We get the following error on providing the details below
(Note: when the same details are used in version 1 action where the details are provided as directly into individual fields, there is no error)
Parameters:
{
"parameters": {
"AppServerHost": "10.11.10.135",
"Client": 800,
"SystemNumber": "00"
}
}
Error:
Flow save failed with code 'DynamicOperationRequestClientFailure' and message 'The dynamic operation request to API 'saperp' operation 'GenerateTableResponseSchema' failed with status code 'BadRequest'. This may indicate invalid input parameters. Error response: { "error": { "code": "InvalidProfileOrParameterValidation", "message": "Key 'Client' not found in connection profile.", "target": "ProfileInformation" } }'.
@RobElliott , @annajhaveri , @Sundeep_Malik , @lbendlin , @Pstork1 , @Expiscornovus
Could you please help with this issue