From the topic, is it possible to take current AC results and if updated, data pass them to the child in edit form? I know it can be done via callback in new form but also looking to do it in edit form.
Scenario:
I have one multi-select autocomplete field on the parent form. When populated, the results make up a multiselect options field on the child form. If a user edits the parent, adds a new value in the autocomplete field, I’d like for them to be able to edit an existing child and see the newly added value, from the autocomplete, as an option.