How to use OData filter in Power Automate on SharePoint lookup columns

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

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

  • @marciokataoka
    @marciokataoka Год назад +2

    Great video! For those(like me) who don't have admin rights in Sharepoint, there is another way to get the static name of the fields: On list settings, go to Columns session and click on the column you want. In the browser URL field, you will see the static name at the end of the site address after '&Field='

    • @AlirezaAliabadi
      @AlirezaAliabadi  Год назад

      Thank you. These are the comments I really appreciate :)

  • @lxz86
    @lxz86 Год назад

    Fantastic video, very useful on my work. thanks so much

  • @jeanlouisterranova2042
    @jeanlouisterranova2042 Год назад

    Hello, is there any possibility to identify all flows in my environment that were ran in a specific day or specific period of time whatever the type of flow (schedule, automated, instant...)? Thank you

  • @bmassimo1966
    @bmassimo1966 Год назад

    Thanks a very good explanation. One question: is it possible to filter in the same way list or libraries with more then 5000 items?

    • @AlirezaAliabadi
      @AlirezaAliabadi  Год назад

      Yes. Your limit is not the number of items in the list. Your limit is the number of the items that Get Items returns. By default that limit is 100, but you can increase it to 100,000 in the settings.
      Then the challenge will be the time-out error processing it :)

  • @kamenivanov8508
    @kamenivanov8508 Год назад

    Thank you, thank you, thank you Alireza, thank you
    lifesaving video

  • @jeanlouisterranova2042
    @jeanlouisterranova2042 Год назад

    Hello, is there any possibility to identify all flows in my environment that were ran in a specific day or specific period of time whatever the type of flow (schedule, automated, instant...)? Thank you

  • @chandramohan1349
    @chandramohan1349 Год назад

    Thanks for posting, a new way of learning. Question- How StaticName different from list field system name? just curious.

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

      Static name is created with lots of restrictions. Special characters and space cannot be part of static name, but users want special characters and space in column names to make it more readable.
      On the same note, users change title all the time while internal column name must stay the same considering all the code relies in that column regardless of the title.