...
When naming solutions and streams, ensure that you use unique names. The maximum length of a Solution name and a Function name is limited to 30 characters, and the maximum length of the Stream name is limited to 63 characters. When a function is used multiple times in a stream, each function node receives a unique name by appending copy numbers to each consecutive node (for example, if the Count function is used multiple times, the consecutive functions are named as Count (1), Count (2), and so on).
...