You can bind the initial value of this Date control to a parameter of type 'Date & Time'.
You can create the options displayed in your Drop Down control and/or set the selected option using a parameter of type 'String'.
Create drop down options using a comma delimited string wrapped with square brackets.
Set the selected option by entering the text of the option to be selected.
Combine both to create your options and set the selected option. For example:
[Daily, Weekly, Monthly] Weekly.
You can bind the initial value of this Email Input control to a parameter of type 'String'.
You can bind the 'Website URL to Embed' property in this Embed control to a parameter of type 'String'.
You can bind the initial value of this Long Text control to a parameter of type 'String'.
You can create the options displayed in your Multi Choice control and/or set the selected options using a parameter of type 'String'.
Create multi choice options using a comma delimited string wrapped with square brackets.
Select options using a comma delimited string of the options to be selected.
Combine both to create your options and select them. For example:
[Daily, Weekly, Monthly, Yearly] Daily, Monthly .
You can bind the initial value of this Short Text control to a parameter of type 'String'.
You can create the tasks in your Sub Tasks control and/or mark tasks as complete using a parameter of type 'String'.
Create tasks using a comma delimited string wrapped with square brackets.
Complete tasks using a comma delimited string of the tasks to be completed.
Combine both to create your tasks and complete them. For example:
[Hard Drive, GPU, CPU, Motherboard] GPU, Motherboard.
You can bind the 'Video URL to Embed' property in this Video control to a parameter of type 'String'.
You can bind the initial value of this Website control to a parameter of type 'String'.
The parameter value can be set when the checklist is created.