Word with accent Excel wrong form

Hello Friends, I have a problem when I take a word in my excel and he come with accent take with error in word, how I can take word with correct format?

Ex: I need take the word (Goiânia) but give this…

image

1 Like

Inside the FOR EACH ROW loop with datatable obtained from excel as input, use a SET TO CLIPBOARD Activity and mention the input as row(“yourcolumnname”).ToString
—now instead of type into activity use SEND HOT KEY activity with key as ctrl+v which will paste the value as it is from the clipboard

Cheers @Diego_Pin