TryGetValueByPath extended for dictionaries

Feature Request

Currently TryGetValueByPath (as used by Select [Channel]) can get parts of a model by spread index. Which is great.

Would it be possible to extend the functionality of TryGetValueByPath to also retrieve by Key for an underlying value stored in a dictionary please?

Usecase is I often have a dictionary rather than a spread in my underlying model.
Then I could have one model for the whole application data, put it in a channel, and use the Select [Channel] nodes to get an editable copy of the data where I need it.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.