Hi there,
I have a problem with children fields output in create action event. In our system we have one field which is an object with three values so I have decided to use children for this. But when I want to add this field to request body I will get something strange from bundle.inputData. The 1st screenshot is log when input fields are created 2nd is UI of that field and 3rd is log from bundle.inputData. currency_id field and base_value should be pushed in that cf_multiple)currencies array and as you can see base_value is there. but the currency_id is not. Can somebody help me with this strange behavior? Currency_id field is dynamic dropdown. Can this be a problem?