Before hitting the error, I wanted to delete range for the same excel file which contains data scrapping to prepare for the second record as it goes through a loop (for each row in data table).
Unfortunately no.
Can you try to put WriteLine Activity just before Write Range, and set strExtPIPUrl in WriteLine.
Next run workflow, then content of the variable will output to Output panel. Can you share this?
The error shows it contains illegal character.
I can’t seem to rectify the above error. When it goes to the flow of data scrapping after the Delete Range sequence above, i will hit this error message and unable to continue the flow…
Is content of the variable what you expect? Even if it’s good but error occurs, can you try to use ExcelWriteRange inside ExcelApplciationScope instead of WriteRange (Sysytem-File-Workbook)?
I managed to find the solution. I needed to clear the output data of the ExtractDataTable so when it goes to the next record, the “invisible data” is erased from the robot