I'm getting this error can't seem to solve it here my work flow please kindly assist Thanks


WriteExcel.xaml (12.2 KB)
Assignment.zip (1.2 MB)

Your diciotnary i.specificContent does not have a key called “Product Name”.
Make sure that the name matches. (It is case sensitive as well)

If you can’t control the existence of the key, you can validate upfront with myObject.SpecificContent.ContainsKey("my key name") --> true / false