I kindly need assistance, I am busy running a process in Uipath and I am having issues with one section that gives me the result “Write Line: Object reference not set to an instance of an object”. Please kindly view, below, the screenshot that shows the text filled in, in the write line text box.
ok, that narrows it down. Where did you declare the original flatfileDT? That may be the problem. try doing a write line with the same coding straight after it was created and see if you get the same error
The FlatFile you have initialised here is an array of strings, where are you converting that to a datatable (FlatFileDT)? If you aren’t converting it correctly then that is where the issue lies
I’m working on Email Activities in ui path, my problem statement is : I just want get attachments from my inbox and save the attachments ,in those attachments i want to copy the sheet and save in to another sheet and add the new column in new sheet by doing that i’m getting this error can any one pls help me on this