Bind the filters to the grids
App tutorial · Step 20 of 25
Build a three-form app that creates an Active Directory user and manages its group memberships.
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.