How can extract data in excel only with this : Use Application/Browser, Click, Keyboard Shortcuts, Get From Clipboard
Hi @elazo9701
It’s not a good practice to use the UI activities to extract the data from Excel. We have a bunch of Excel activities you can use those.
You can read the excel and store the required data in a string variable and use copy to clipboard activity to copy the data to clipboard.
Hope it helps!!
True, I know, but this is a test for work, can you please help me?
Yes, sure… @elazo9701
Share your input data and expected output then we can build the flow for you.
i need Just extract the data from Excel.
but just with this commands -
Use Application/Browser,
Click,
Keyboard Shortcuts,
Get From Clipboard,
can you help me?
hay , can you help me ?
Hi,
Use Application Activity and give the excel file path. Use keyboard shortcut Ctrl+A to select entire sheet and once again use shortcut Ctrl+C which will be copied. Use get from clipboard activity and store the value in a variable
I tried to do it but it doesn’t mark everything and can’t copy, can you help me with this?
Can u send the screenshot of your flow