Hi All,
I am working on a workflow in which i would need to take values from a datatable and update it in the existing JSON.
I am facing the error “An item with the same key has already been added”. The error is at the assign activity where it is assigning to Dictionary. I understand that Keys in a Dictionary are unique but in my process I would require both the keys. Can you suggest on what modification to be done at the assign activity or at the Invoke to resolve the issue ?
Please find the attached Sample JSON and XAML.