Automate action based on value in html table (conditional loop) using Power Automate Desktop

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

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

  • @sentralorigin
    @sentralorigin 2 года назад +1

    very good solution!

  • @idhak4you
    @idhak4you 11 месяцев назад +1

    My HTML Table column header has a number that is dynamic and I need to replace it with a variable.
    I need to replace the 4 below with a variable.
    Using %variable% doesn't work (Cannot be evaluated)
    Any suggestions?
    IE
    this
    %CurrentItem['total Items : :(4) #5']%
    to this somehow...
    %CurrentItem['total Items : :(%variable%) #5%']% a value in the column header name in my HTML table that is a variable. How can I replace the 4 in this instance with a variable ive already determined.

    • @PowerAutomator
      @PowerAutomator  11 месяцев назад +1

      You need to use double "&" percent sign for the inside variable. Check this link out powerusers.microsoft.com/t5/Power-Automate-Desktop/How-to-use-variable-inside-of-variable/td-p/1880915

  • @klaudiohuntt
    @klaudiohuntt 2 года назад +2

    Hi! How can I click on an specific table row to download a file? Please help

    • @PowerAutomator
      @PowerAutomator  2 года назад

      Can you give the website for example?

    • @reganlee2623
      @reganlee2623 2 года назад

      @@PowerAutomator@ Power Automator I have a similar question: with the table example you showed in the video, how can we extract the link URL in the cell?

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

    Very Nice. Thanks for shared.
    How can I make a loop, to send a click to an icon, it is specific to the row of an html table that is used to download a file from a web page