We have multiple models, Model A is where user inputs the data, Model B is where the submitted data would eventually sit. Model B receives data from Model A via an action.
So once input is done as a user can i press a button (from model B) to technically import data from Model A to Model B.
Can we have the action in one page where the input is also done or any workaround on this ?