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
In the YmlDocument, only node values of type Dictionary<object, object> are searched and replaced while types List should also be supported in order to support list transfortmations...
In the YmlDocument, only node values of type Dictionary<object, object> are searched and replaced while types List should also be supported in order to support list transfortmations...
Source:
NodeOption:
- Option1
- Option2
NodeOption2:
- NodeOption3: "Option3"
- NodeOption4: Option4
Transforms:
NodeOption:
- Option Added
NodeOption2:
- NodeOption3: "OptionEdited"
The text was updated successfully, but these errors were encountered: