I have an excel file with the following data
I am taking the data of the current day from a web page, I keep both data in variables but I need to append this data in my file.
I have an excel file with the following data
I am taking the data of the current day from a web page, I keep both data in variables but I need to append this data in my file.
@Juan_Esteban_Valencia
Either you find out the insertion point from GetTableRange or you use AppendRange
Thank you very much, that is, that I must first generate a new excel file with the variable data and then add them by means of any of those activities to the file that I currently have?
I have already developed the sequence, and I see that the data is being obtained but it is not appending it to the file where I need the information
Ejemplo1.zip (2.0 MB)
I already solved why the values were not showing in the file, I had the “add headers” field enabled, so I was taking the values as the headers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.