Patchwork
Connecting things
-
Go to the Patchwork view
View 2
We want a click on the button to open the second_view
to display the list of chores.
-
Add the view
second_view
Earlier we created an output on the welcome_view
patch, called buttonClick
.
-
Connect the
buttonClick
output to view input forsecond_view
-
Open the the patch
second_view
-
Find the Type
-
Select List in the dropdown
-
Select the List Source
chores
View 3
We want the data from the column description
to be be passed from second_view
to description_view
when we select an item in the list.
-
Add the view
second_view
-
Open the
description_view
patch -
Connect the onItemSelect output to the
description_view
view -
Select the connection between the patches.
-
Find the Properties Mapper and
-
Select
second_view / description
from the dropdown
-