Hi guys.
I'm currently struggling with something I've tried to create.
I have a excel document where column A is full of the customer order numbers with about 30k rows.
Currently I've got Power Automate to ;
Read Excel.
Copy the current cell ( As i'd be babysitting this while it runs anyway)
Launch our customer base which runs through edge.
Pastes the clipboard text into a search box and presses search, then on the next page selects the ID number to bring us into the account history listing all of that customers previous order ID's.
It will then search the webpage for text via "Webpage property" against the clipboard text, if not found it'll go to the next page.
;
This is where I start to struggle as it will not detect the clipboard text on our website, I think this is because on our website its a hyperlink as text, not just text.
If I wanted to finish this script it'd look this like (marked orange for what's already been done, red is not done/need advice)
Read Excel.
Copy the current cell ( As i'd be babysitting this while it runs anyway)
Launch our customer base which runs through edge.
Pastes the clipboard text into a search box and presses search, then on the next page selects the ID number to bring us into the account history listing all of that customers previous order ID's.
It will then search the webpage for text via "Webpage property" against the clipboard text, if not found it'll go to the next page.
If webpage property contains clipboard text search for text.
Once found left click the hyperlink text that matches the clipboard.
I'm really struggling with this end part and I'm unsure why.
Thank you
On the last step I need to put something like "click ui element" the correct number to search for is still saved to the clip board but I cant find a way to get it to press the link that matches the clipboard contents
