Hello. In RPA, I export an excel file from a drawing program. Excel opens directly and I have to save it to specific location. When I try to write special location to location tab, program can’t write location because location tab is like interactive:
Use Get Text activity and get the FileName which is already in the box
Now TypeInto activity and paste the path as "C:\Program Files" + GetTextVariable
Hope this will help you
I don’t understand why do I need use Get Text, I won’t use the location which is written on location tab. I have location in my mind. But I can’t write this location to location tab with type into activity. Nothing happens when I try it.
Use type into activity and enable the option click before type in the properties section. Please try and let us know. If you still facing issue. Pls share us screenshot of the field you are trying to enter path and also the work flow if possible. Thanks.