Use ERP Data fails with error for OData callsDescriptionThis issue occurs when HTTP headers are not adequately processed during requests made through the MID server. Due to incorrect or missing headers in the request, users may experience failures or delays in communication between the client and the server. The system may also return errors, fail to authenticate requests, or exhibit inconsistent behaviour, impacting the data flow between integrated systems. This problem is particularly evident when requests involve third-party services or external systems that rely on accurate header data for proper functionality. To resolve this, it's essential to ensure that requests include the correct HTTP headers and that any configurations related to the MID server are properly set up. Steps to Reproduce Step 1: Create a New Model for GET Navigate to the Canvas Configuration Page: Log into your ServiceNow instance.Go to ERP Canvas Home > Model within the platform. Create a New Model: Click on New to start the process of defining your model.Click "Manage Model" and "Add Model Operation."Choose "READ" as the model operation and click on "Add Entity".After choosing the entity type, choose OData.Add the required service and endpoint and configure the inputs and outputs to ensure the model’s configuration aligns with the data you need to retrieve from SAP.Make sure "Use MID" in the HTTP connection for OData Step 2: Call the Model Using 'Use ERP Data' Access the Application or Script for Execution: Use 'Use ERP Data' action to call the Model. Ensure that it internally call Execute OData Request via MID action. Troubleshoot the Error: If you encounter the error "The inputs provided to the action: Execute OData Request via MID within application scope: sn_erp_integration are incorrect," it typically indicates an issue with the input parameters passed to the action. WorkaroundApply the changeset available at: sys_remote_update_set_df57e43547fd9210d6f6e889116d43a8.xmlRelated Problem: PRB1824424