Hi Forum. I’m very new to UiPath so bare with me if my question sounds stupid.
I’ve created an automation that reads a range of cells from a spreadsheet and for each item in the datatable I would like to determine if it is an even or odd number using the MOD function.
But how do I get the numeric value of the item in the datatable ?
Compiler error(s) encountered processing expression “NummerListe”.
If Option Strict On is used, there can not be converted from ‘System.Data.DataTable’ to 'System.Collections.IEnumerable.
@fsv
please ensure that you are using a for each row activity. Otherwise just show us some details to your implementation (e.g some screenshots). Thanks