You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently if a map is collected the key is always converted to a string, meaning that complex keys do not work.
Describe the solution you'd like
Wrap the key entries in a deep.MapEntry type. This allows the UI to treat all maps from all languages the same. This type should then define child variables as:
Is your feature request related to a problem? Please describe.
Currently if a map is collected the key is always converted to a string, meaning that complex keys do not work.
Describe the solution you'd like
Wrap the key entries in a
deep.MapEntry
type. This allows the UI to treat all maps from all languages the same. This type should then define child variables as:Describe alternatives you've considered
Add explicitly the fields for map entries.
Additional context
Look at how NV handled this.
The text was updated successfully, but these errors were encountered: