How to Use For Each List Item Activity

@marilia_quadros

Use like this to filter "fields/Progresso eq 'Whatever Value you need'"

For getting value

variablename = Listitem.Fields.Where(function(x) x.Name.Equals("ColumnName"))(0).Value

Cheers

1 Like