I’m trying to create a workflow that would copy cell values from Excel Sheet 1 and then insert the values to Sheet 2 until the first empty cell on a row.
I’m trying to do this using a variable for the row number. After every loop the row number would increase by one.
I keep getting an error “AsString in not a member of ‘Integer’”.
Below is my workflow:
May I ask your help to fix my workflow or propose a better way to do this.
Thank you!