JSON to attributes

I’m trying to use the JSON to Attribute converter in eleFront and I’m struggling to parse some key/value pairs. As you can see the middle one is working, but then when I try my own pair or even just cut down to a single key/value from the example that works it returns an error

  1. Solution exception:The given key was not present in the dictionary.

Is there something I’m missing in the syntax?

Yeah the JSON de/serializer captures other attribute information beyond just the User Text, so you can see the last few items in your example, the “SourceModel” and “LayerFullPath” keys also need to be there.

Awesome, thanks Keyan