I have a robot that is extracting a PDF form and pasting the data into Excel. I am using the Use Application/Browser Activity and selecting all the fields one by one, assigning a variable and then Write Cell to write that variable to a cell in Excel.
When I select a blank field in the PDF, it will paste the Field Name instead of just leaving it blank.
How can I get the robot to just paste a blank/null value or skip it if it is blank?