I am new to Power Automate and starting to learn with my first flows.
One very important task for me is to copy a URL from a specific cell in Excel and then paste it into a specific field on a website. I will be creating quite a few flows using this basic task.
Each time Excel is accessed, the URL will be different, so I need something dynamic.
I tried using the "Record" option. However, this got me stuck with the same URL being pasted into the website each run.
I then tried to read the cell contents to create a variable. I copied the variable name %URL% into the automation step created by the screen recording, replacing the URL that was copied on my first try. For some reason, using the %URL% variable did not result in the URL being copied into the specified location.
Looking for recommendations how to solve this. Also, any recommendations on learning resources would be most appreciated.