Retrieves a list of records of a specified object.

Parameters

ParameterDescription
Object NameThe name of the object.For example: Account.

Example Output

{
	"totalSize": 493,
	"done": true,
	"records": [
		{
			"attributes": {
				"type": "<string>",
				"url": "<string>"
			},
			"Id": "<string>",
			"IsDeleted": true,
			"Name": "<string>",
			"Type": "<string>",
			"ParentId": null
		}
	]
}

Workflow Library Example

List Records with Salesforce and Send Results Via Email

Preview this Workflow on desktop