Fetching Single Value in UiPath Apps

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 11

  • @hm.g.2685
    @hm.g.2685 11 месяцев назад +1

    Thanks a lot for the efforts and the professionality. The video is to the point and very informative. keep up the good work.

  • @UiPath_ESP
    @UiPath_ESP Год назад +1

    Great video Arvind, there is definitely lot to learn

  • @UiPath_ESP
    @UiPath_ESP Год назад +1

    I have a question. What if I have an entity wth multiple fields and one of the fields is a of Boolean type, and in a label control I want to show the number of total records that has the value true on that entity. Like the rowscount property of a datatable but only of the records which boolean field value are "true".

    • @LowCode_Arvind
      @LowCode_Arvind  Год назад +1

      There is a way to get this, I will be creating a video on this soon and share with you.

    • @UiPath_ESP
      @UiPath_ESP Год назад +1

      @@LowCode_Arvind Amazing Arvind, thank you

  • @VishalSV-vz9vy
    @VishalSV-vz9vy 5 месяцев назад +1

    How to fetch a column that is a choice set?

    • @LowCode_Arvind
      @LowCode_Arvind  5 месяцев назад

      you can do something like this GetChoiceSet("Choiceset Name")

  • @hm.g.2685
    @hm.g.2685 11 месяцев назад

    The Fetch function has a parameter {"Id","Name"} what does it stands for? specially the Entity does not have a field called "Name"?

    • @LowCode_Arvind
      @LowCode_Arvind  11 месяцев назад

      you can filter based on your entity field.