Wiring Actionflow Outputs to Screens
This page is for application designers who want to create actionflows to add functionality to an application screen. For actionflow concepts, see Understanding Actionflows.
Pushing data back to the originating screen
Actionflows can push data from the actionflow back to the originating screen once the actionflow has completed. Data can be mapped back to forms and used to populate form fields and dynamic text.
To create outputs
- In the outputs pane, click add.
- Name the connection point out
- Click create connection point
- Select the form to return data to
- Map attributes from the actionflow onto the form attributes.
The attributes on the form should populate when the actionflow is ran. See Wiring Actionflows.
What's next?
Terminology changes in progress As part of the redesign of PhixFlow, we are changing the following terms: dashboard → screen
stream → table
stream attributes → attributes
stream item → record
stream set → recordset
stream view → view
stream item action → record-action
stream action → table-action
driver class → database driver