How to send values from child view to parent view

Hi guys, I have problem that when I input values in popup or any child views, how can I send these values to the parent view?

Thanks

Hello

As it’s a child view or the popup , it’s already a referenced field in main record (or you can say parent view) so it will be there as a value of that field when we access the main record.

Thank you.