Hi All i have to trim particular column in uipath without using for each i tried uipath linq i’m getting an error kindly help me if youhave any query for that
Try this expression
dt1.AsEnumerable().ToList.ForEach(Sub(row) row(“Number”)=row(ColumnName).ToString.Trim)
Regards
Gokul
@Gokul001 Thanks for your response i’m getting an error called expression does not produce any value
Can you share the screenshot @Buvaneshwaran_R
I can’t share the screenshot its in the vdi
Try this expression
Dt.AsEnumerable.Where(Function (x) x("TEAM").ToString.Trim.Any)
Regards
Gokul
1 Like
it’s working Gokul Thanks for support
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.