How to get the object ID for a Salesforce custom object

How can I get the ID from a custom object created in Salesforce in order to use it with activities such as Get/Update Record activities?

Issue description:

How to get the object ID for a Salesforce custom object

Resolution:

After creating a custom object in the Salesforce portal, in order to interact with this object within our Salesforce activities follow the few steps below:

After creating the connection via the Integration Service, drag the Update record activity in Studio which requires the object id as seen in the screenshot.

Approach:

Access the Salesforce portal, go to the App Launcher and search for your custom object.

Now when accessing the object as seen in the URL, the name of the object (TestObject__C) will be followed by its ID as shown below, this needs to be added in the activity.

Example: