Hi everbody,
I cam creating a custom connector to connect with a partner solution of Microsoft Dynamics Business Central.
Business Central provie some API features which is the base for the custom connector.
Scenario:
- Types of Request: GET, POST and PATCH
- GET and POST Request are working fine on every part: Postman, CustomConnector Test Area and PowerApps
- PATCH Request is only working with POSTMAN and Custom Connector Test Area. On PowerApps I always get the information, that another user has already changed the record.
Detail information on Patch:
- To send the PATCH Request I need to send the information / node "etag" with the request
- The "etag" information is placed within the header and the key "If-Match"
Screenshot of the parameter setup for "If-Match" on CustomConnector

Currently I assume that this setup may cause this error because of Type = string.
Has anybody else worked with API, PATCH Request and "If-Match" yet?