I have a simple script which uses the Append gp tool with the option to update existing records (upsert). I am trying to access derived output parameters "appended_row_count" and "updated_row_count". Are these elements of the list? I am getting The index 1 is out of range error.
When I check the Get count gp tool output parameter ("row_count") it is being accessed as the first element of the list. It does not seem to be working for me for the other tool.
How to get these two long integer values in the py script?
Thanks.