Hi i have a question about variable list in rpa express
how to remove blank space in list variable ?
actually i just copy 1 data but when i see the log file its copied 2 data
@aferdiansyah it is possible that there used to be some data in the cells that are now blank, so the Recorder copied a blank cell to a list.
You can either go to Excel file and delete these cells (bot just the data in them)to make sure no blank cells are copied, or you can review the List variable after copying the values:
For each element in the List:
- if the element is not blank - append it to another list variable
- else - do nothing
and then use another list variable in the recording.
Here is a small example ( you need to insert filepath for it to work).
list.rar (23.4 KB)