This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.
In the previous task, you selected the Priority = medium
value in your filter, and although you can see the Current Value of your filter is updating correctly, your table is not responding to your filter selection. This is because your filter variable isn't being used by the object table as shown in the image below.
To connect the components, you’ll need to create a new object set variable that starts with [o] All Flight Alerts
and uses the [f] Flight Alerts Filter
. You'll plug that new object set variable into your object table in the next task.
On the left side of your screen, click the (x) to expand the Variables panel. As you do, you’ll see the three variables that already exist in your module.
Click the ➕ button to the right of the Variables header to see all of the available variable categories.
Choose Object set and then Object set definition from the fly-out window.
You now have an empty object set variable generically named var1
. At the top of the window, click into var1
and rename it to [o] Filtered Flight Alerts
.
Click Select . . . under Starting object set and choose [o] All Flight Alerts
from the short list of existing object set variables.
In the area below, click (x) Filter using variable and choose the only available filter variable in your module: [f] Flight Alerts Filter
.