Im getting the following error in assign activity after using a get text:
“Cannot assign from type ‘System.String’ to type ‘UiPath.Excel.ExcelValue’ in Assign activity ‘Assign’.”
In the assign activity I have the following:
Save to: CurrentRow.ByField(“Precio”)
Value to save: PriceBox.Split(“$”)(2).Substring(0,PriceBox.Split(“$”)(2).IndexOf(“.”)+4)