Filter data easily and invoke custom code | UiPath Advent Challenge 2020 #7 | UiPath Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 4

  • @alexanderalzate6633
    @alexanderalzate6633 2 ปีที่แล้ว +1

    Great video, thank you!. I just want to add that is better use the filter in the advanced exercise inside the query, for example:
    var query = from row in in_dt_InputData.AsEnumerable()
    where row.Field("Status") != "DONE"
    orderby orderIdFunc(row.Field("Status")),
    transformarFecha(row.Field("StartDate"))
    select row.ItemArray;

  • @eligetivighneshwar4777
    @eligetivighneshwar4777 3 ปีที่แล้ว

    Thanks for the video very informative

  • @falcon74falcon
    @falcon74falcon 3 ปีที่แล้ว

    Thanks for video, Daniel!

  • @ashwina.k5602
    @ashwina.k5602 3 ปีที่แล้ว

    This is really unique!
    I haven't seen other channels promoting this type of content.
    Have you worked on LINQ with XML? If so it would be really helpful if you could make a tutorial on that.