Skip to end of metadata
Go to start of metadata
Foundation Module
Difficulty Level: ![](https://phixflow.atlassian.net/wiki/download/thumbnails/9306341378/chilli%20(1).png?version=1&modificationDate=1707124345702&cacheVersion=1&api=v2&width=40&height=40)
- On the Course Management screen open the
Layers and expand the area, Screen Header - Expand the area, Right, and you will see two components - a button and a dynamic text field
- Create an Actionflow on the button that uses the now function to insert today's date into a dynamic text field
Questions to consider
- Does this Actionflow require any data from the Course Management screen for it to run?
- What type of Action Node can perform a function?
- How do you write the results of the function to the text field on the screen?
Helpful Hints & Answers to the Above Questions
- No data is required for the input
- Use a Calculate Action to perform the function
- You will need a create an output to write to the text field
- The top level of the screen is called a Form
- Remember to map all the way through the Actionflow
- Check every connector to make sure the data you expect is being pushed through
Answer: Input & Action Node Setup
![](https://phixflow.atlassian.net/wiki/download/thumbnails/9306341378/Next%20chapter%20icon.png?version=1&modificationDate=1705915668668&cacheVersion=1&api=v2&width=200&height=46)