...
In the cell next to "Customer"
create a Text Data macro and a Text Data macro and provide a relevant name.
Info |
---|
In this example, we used "Customer". |
In the cell next to "Junior Developer"”
create
...
a List Data macro
Inside the List Data macro
add another macro by creating a User Options macroOptions macro
edit the User Options macro according to your needs (groups, space(s), user(s) etc.)
...
In the cell next to "Start Date"
type add a Date Data
...
macro
set Name to “startdate”
In the cell next to "End Date".
add a Date Data macro
set Name to “enddate”
Info |
---|
Make sure to give each macro above a unique and identifiable name. |
...
Step 5 - Retrieve user-entered data and display It
Using the Get Data macro, we can now retrieve the data that was saved into the form fields.
In the cell next to "Project Initiation"
create a Get Data macroa Get Data macro
In the preview window that appears
enter "seniordev" (or whatever name you provided in the "Senior Developer" List Data macro List Data macro) in the Field Name entry field
Do the same for the rest of the table cells with Get Data macros that reference the other data macros that we saved information in.
The table should then look similar to below.
...
Tip |
---|
...