Hello, everyone!
I have a form, which contains two fragments. So the hierarchy of the entire form looks like that:
-MainForm
--Fragment1
--Fragment2
Is there any way to access fields of one fragment within another one? Or interact with MainForm fields from a fragment?