Good day everyone, I have a problem, I have a robot that brings information in pdfs in OCR and the variable is of type system.collections.generic.dictionary<system.string, system.string> what I want is for that information to come in that variable such as name, account, client, dpi, date, etc. is stored in an existing excel which already has a header, could someone help me
Please follow the steps below:
- Use
Assignactivity. Create aDataTabletype variable and assign this as valueNewtonsoft.Json.Linq.JArray.FromObject({yourDictionaryVariable}).ToObject(Of DataTable)
- Use
Append Rangeactivity to append the data of varDT to your excel file.

Thanks,
Ashok ![]()
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
