Step 20: Bind the filters to the grids (tutorial)
In this step, we'll connect the filters we just created to our two grids.
- Select the left grid and go to the Table tab. Bind the App_AD_User_Create_List_Groups filter to it.
- Hide all the attributes except cn by unchecking their checkboxes. Increase the column width of cn to 350. ### Tip To temporarily hide all columns except Show and Width, change the dropdown to Columns - show, width.
- Select the right grid and go to the Table tab. Bind the App_AD_User_Create_No_Groups filter to it.
- Hide all the attributes except cn by unchecking their checkboxes. Increase the column width of cn to 350.
- Create a new output variable for the cn attribute named add_cn , and one for the objectGUID attribute named add_objectGUID . ### Tip To temporarily hide all columns except Variable Output Name, change the dropdown to Columns - variables.
- We'll click Save to save our progress so far.