RPA Developer Foundation - Feedback Space

Data Manipulation With Lists And Dictionaries course.

There are a couple of issues with this course I think

  1. The documents at the end are all about regex (theres also one link that says date time but takes you to regex page) they look like the document list from the string manipulation course.

  2. In the Practice 2 Dictionaries there is a for each loop where in the solution the loop variable type has been set to system.collections.generic.KeyValuePair without any mention of what that is in any of the earlier training or even in the solution steps (I know it is an element from a dictionary but this is fundamental training and most probably wouldn’t know or understand why their processes aren’t working after following the instructions)

For simplicity it could have been set to a string in the collection WinnerCounts.Keys instead.

It’s difficult to suggest that this is a no code/low code platform if users need to understand this kind of thing which I doubt most business users would.
Practice 2 - Dictionaries.zip (3.4 KB)

2 Likes