You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.