Introduction to Power Apps
Luise Freese
Azure & Power Platform Architect


Marketing Tasks

ClearCollect(Tasks,
{Title: "Summer menu launch", Status: "Not started", Priority: "High"},
{Title: "Press release draft", Status: "In progress", Priority: "High"}
)
ClearCollect(name, records) empties it, then refills it{ } is one record: Column: value, separated by commas$$

OnStart in the property dropdown, left of the formula bar
Items to a table, like your Tasks collection$$


OnStartClearCollect, then Run OnStartItems to TasksIntroduction to Power Apps