I want to be able to use the latest Salesforce Bulk API 2.0 to upload/update 2000+ records in Salesforce in one go.
According to the SF docs, you must be using v47 to be able to do this (see https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm)
When I open the Salesforce Custom API Call module the endpoint is set to "Enter a path relative to <Instance URL>/services/data/v46.0/."
Where the version is set to v46.0
Does anyone know a way to override this? I have tried setting the endpoint to /services/data/ and other variations of this but no luck!
Or can anyone at Adobe tell me when it will be upgraded to v47?