Error While using Get Data Row Activity

Hey, Actually using this activity to fetch data from PDF to excel and therefore used Get Data Row, but getting an error in Data_Row, Plz suggest what i missed. Thanks
Error.docx (129.6 KB)

hi @Aditya_Tyagi

Welcome to Uipath community.

You need to give value in Arrayrow insted of datarow.

Thanks @vaibhavinnovation79 for the response tried that but now getting ERROR-21.10.5+Branch.support-v21.10.Sha.369f46199a0fa6287d86ab2534b6896019db01bc

Source: Add Data Row

Message: Object reference not set to an instance of an object.

Exception Type: System.NullReferenceException

RemoteException wrapping System.NullReferenceException: Object reference not set to an instance of an object.
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Should i use something in Data Row as well?

Did you initialize the Datatable before using Add Data Row activity.

If not you can use Build Datatable activity to initialize datatable