In this page (License allocation and management (uipath.com)) it is stated that 1 DSU has 10k Maximum API calls per day. How are these counted and where I can check how many API calls I am making?
As example: if I use the “Create Multiple Entity Records” activity in studio with a Collection of 4 elements as Input Records and this creates 4 different tuples, does this count as 4 API calls or 1? What if 1 fails and only 3 tuples are created?
Another example: using Apps I create a Dropdown called “Choice”, setting Data Source property from a data entity “Employee” and the field “Employee Name” as Column property.
Then I add a Textbox with the following properties: Default Text set as “Choice.Selected Value.Selected object binding.Department” and Hidden set as “IsBlank(Choice.Selected Value.Selected object binding.Department)”.
When a value is selected in the Dropdown Choice, does this trigger 1 API call that reads all the fields in Employee data entity? Or does the Textbox require additional API calls to also read the Department field? In this case, would the Textbox make 2 additional API calls (one for each property set) or only 1?