Overview
Moving data between screens is achieved through a combination of an ActionFlow and form fields on screens. In this example, We have a Company Name on Screen 1 that we want to pass to Screen 2. This is achieved by:
- Open Screen 1 and add an actionflow that opens Screen 2.
- A shortcut for doing this is to find Screen 2 in the repository and dragging it onto Screen 1, PhixFlow automatically creates a button and actionflow that opens Screen 2.
- Edit the actionflow by right-clicking the button and selecting Display Actionflow.
- Change
Image Added