Trying to Read PDF with Blank Fields - Returns Field Name Instead

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?

Hi,

Check your selectors, highlit it.

Thanks

I’m not sure what setting i would need to change. Any hints?

@Jibraan_Uddin

Try to use a strict selector

Also for pdf it is not a good idea to use ui…instead we go with read pdf text and then use string manipulations or regular expressions

Cheers

Strict Selector does not work. I get the same results