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.
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
@@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?
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
very good solution!
Thank you!
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.
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
Hi! How can I click on an specific table row to download a file? Please help
Can you give the website for example?
@@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?
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