I need to remove the “SVE-0” character from the “Name” column.
I even got a solution through a for each and substring, but as the column has many rows, the process was long, is there any solution that applies the correction to the entire column faster?
Similar to @Gokul001 's Suggestion, but instead of using Read Range, we might be able to get the Total Count of the Row using the Find First /Last Data Row and then use the Find /Replace Value Activity.
The above is assuming the Excel Column name of Nome Column is already known (i.e E), if not known we should also be able to get the column name.
Let us know if you are able to get the required output using the provided suggestions.