Expect int, got List[object], am lost

That didn’t do it. Now it is running the list of group indexes for all 3 services through the GetGroupName method for each service. So the number of indexes being fed into the method is larger than the number of actual groups, returning an error.

The bit of python on the right is returning “each” or what is being fed into the GetGroupName method. The list is 66 long, it should only be 22.