im trying to type into a popup in excel but cant seem to use the type into activity or click activity, studio just freezes for 1 minute and no error message in studio but in the excel file.
the steps im trying to do is:
open excel file
go to data > and get from web (this can be done through the send hotkey activity ALT → A → F → W
now a popup appears and i want to input the url and click OK, but for some reason that i do not understand yet, i cant use the type into activity or the click activity
One thing you can do is …use a record macro and perfomr the steps manually…it would give to macro on how to add…you can use that macro anduse invoke macro activity instead of using ui on excel…and in invoke macro you can pass the url dynamically as input
how to setup the macro?, is it a part of UiPath studio?, and how to use the invoke macro activity?, and since i want to assign the url to a variable which then be inserted to the text box, is it possible to use macro?