Creating flow input schema from nested JSON
When creating a flow's inputs from JSON, is there any way for windmill to capture properties of an object in array when its not at the first level? For example (which probably makes more sense):
With this JSON, windmill doesn't pick up on properties of objects in the
arr
array, and interprets it as an array of strings.2 Replies
You want to select "Items are objects"
My issue is that I'd like to input the nested JSON and for windmill to pickup that that field is an array of objects, rather than having to manually select it