Getting error
Source: For Each
Message: Unable to cast object of type ‘System.String’ to type ‘System.String’.
Exception Type: System.InvalidCastException
Getting error
Source: For Each
Message: Unable to cast object of type ‘System.String’ to type ‘System.String’.
Exception Type: System.InvalidCastException
Can you post the workflow you have? @ManoUI
Welcome to the uipath community.
Could you please change the TypeArgument of ForEach loop activity from System.String[ ] to System.string and give it a try.
Thanks! It worked