It states that there should be a connection made available between the Robots Data Table and the ProcessSchedules Data Table however I am unable to find the variable that connects the two together.
Does anyone have any experience in utilizing the Orchestrator API to make data table connections like the one shown in this link?
Perhaps I don’t understand the difference? I am currently using Postman to make these calls and I was unable to locate a variable that connects the two data tables. What methods did you use to make the connection?
Hello and thank you again for the replies. So I did some digging and I see where the Dto would be within Robots Swagger link. My question is how do I get that specific output from the Robots GET within Postman. It seems that I only receive the RobotsDto but not the Environments or SimpleRobotsDto which is what connects the other data tables together.