Open
Description
Definition of problem
Builder support 2 inputs which supports subFields. They are list and objects. List is array of objects but object is just object with properties defined in subFields. Current solution supports just list which causes error while using object type. By error I mean wrongly inferred type. For objects type is inferred as array of objects.
Solution
Differentiate list and object types. My proposal changes are available here: #2
Metadata
Metadata
Assignees
Labels
No labels