Uipath for each

The image shows a "For Each" loop activity in a visual programming interface that iterates through a string array, with a section below it displaying variable information including types, scopes, and default values. (Captioned by AI)
why iam getting for each current text instead of for each
image
:grinning: please let me know

Hi @Pavan_kumar_Bendadi

It is a new feature of the For Each activity. Initially, it was just For Each, but now when we provide input based on the data type, it automatically generates the activity name.

Regards,

@Pavan_kumar_Bendadi,

It’s auto naming change as per the Argument type you choose to iterate. As your collection type was array of string it renamed to For Each currentText. If your array is of type Int32 it will auto rename it to more relevant to For Each currentNumber

Hope this is helpful!

Thanks,
Ashok :slight_smile:

Hie @Pavan_kumar_Bendadi so if you look closely while you drag the activity its normal but while you passinng the variable if its is a arrayint or arraystr its automatically change so its a new feature or we can say new update for easy understanding …
cheers Happy Automation

Thank u very much i need

This will bug the crap out of me, every time it renames a For Each, overwriting the actually useful name I gave it. Clearly UiPath isn’t listening every time we tell them to stop making so many things automatic.

2 Likes

Hi ashok,
i dont know how to close the thread ,please help me

@Pavan_kumar_Bendadi,

No worries as you marked the answer as solution, it will be closed automatically in sometime.

Happy automation!

Thanks,
Ashok :slightly_smiling_face:

Thank u very much ashok

1 Like

@postwick

It will not rename already renamed ones. It will only do so for the default name and it will also try to pick just the iterator name for a simple scenario, but without going too crazy.

1 Like

It still needs to go back to the old way where we specify the datatype. Making it automatic doesn’t work well. We need control, not to be controlled.

2 Likes

At least make the automatic thiny only in the studioX, and not on the normal one.

Renaming a good named activity, or dont letting we change the datatype we wnat to work on the For Each is horrible design decision

We did not remove the ability to change the type :sweat_smile: it’s now simply under the advanced section.

We learned our lesson. We still like simplicity for the initial configuration, but we left all the options there for anyone who wants to configure it themselves.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.