In activites that loop over a certain collection and then you get an “automatic”, “internal” variable created by the activity for each loop item, some times it’s hard for me to infer the type, so if I want to assign it to another variable, pass it as an argument, etc., it takes my time and a number of tryouts.
For instance:
You can see the warning stating that I didn’t choose the right type for the argument when I’m trying to pass it to a Workflow.
In such situations, such trial and error is annoying and time consuming.
There’s a number of tricks I developing, like using generic objects and debugging, etc., but all them are time consuming and annoying.
Any hints on how to make this easier? Or can UiPath provide, in the future, a better way for handling this? Like stating in the documentation or in the activity properties which type the “internal” variable is and the like?