Get OCR Text and Add Row to Datatable

I’m having trouble adding data rows to a datatable with the extracted text gotten from OCR.

I have given the OCR Text a variable called ‘Email’ and in the Add Data Row activity, set the input with the variable ‘Email’ but I keep getting errors regardless of what variable type I use.

Not sure what I’m doing wrong… Hope somebody can help! Thanks!

Hey @Nicholas_Lim,

You can not pass the variable value as datarow. Pass the email variable in arrayrow using the syntax below:

{Email}

1 Like

Hi @Nicholas_Lim

Pass the email variable inside array row like this{email} and give the datatable name

Thanks
Ashwin.S