Open
Description
Just downloaded and ran through this. It's great. There's a capitalization error in the test for the "Connections" step in your postman collection.
var data = JSON.parse(responseBody); postman.setEnvironmentVariable("xero-tenant-id", data[0].**TenantId**);
The "TenantID" should be lowercase e.g. "tenantID"
As currently set, the tenant ID doesn't get copied into the desired environment variable during that step. Once that is fixed, it all works as expected.
Really good timesaver
Metadata
Metadata
Assignees
Labels
No labels