• Movie Divine
  • NEWBIE
  • 0 Points
  • Member since 2020
  • MovieDivine


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,

How can I get the metadata information of Salesforce object for ex. "Account" in Azure Data Factory.

I tried to use Web Activity and set

url: https://test.salesforce.com/services/data/v48.0/sobjects/Account/describe/ in .
Autenication:Basic

And set User Name and Password and in Header pass the token.
But get the bellow error:
{
    "errorCode": "2108",
    "message": "[{\"errorCode\":\"URL_NOT_RESET\",\"message\":\"Destination URL not reset. The URL returned from login must be set\"}]",
    "failureType": "UserError",
    "target": "Web1",
    "details": []
}