I am trying to get the process schedules assigned to an specificity robot, so i use this url: https://platform.uipath.com/{{account}}/{{service}}/odata/ProcessSchedules?$expand=ExecutorRobots&$filter=ExecutorRobots/Id eq 98948
But i get this error:
I think the error is because ExecutorRobots is an array so $filter doesn’t work.
Does anyone know how to make it work?