Hello! 🙂
I am working with an excel spreadsheet and a browser for this automation.
In the excel spreadsheet I only have 4 columns:
Name - Year - Hyperlink - concatenate function (company name_year)
What the final result should look like:
PA loops through each hyperlink in excel
Goes to hyperlink in chrome
Take screenshot of web page and store it as a JPG file
Copy JPG file to a new folder
Rename the copied JPG file according to the concatenate function in excel (Name_year)
I managed to successfully do all steps with the exception of renaming the file - for some reason it throws an unexpected error.
I should mention that the New File name in the RENAME action is a variable stored as a DataTable (read earlier in the flow). If I make PA read, let's say only cell D3, which contains a concatenated name (e.g. AB-2021) and have the file renamed as according to this variable, it will throw me an error - however if I manually input in the flow "AB-2021" in the "new file name" section instead of the DataTable, then it will successfully rename the file.
I am not sure if I was clear enough with my explanation - any help would be tremendously appreciated, and I am open to further detail or rephrase the above problem.
Many thanks,