Hey guys,
I want to create a dataset of employees grouped by role with the following fields : Full Name, Role, Profile Image.
On daily basis the manager submits a form with dropdown fields for each role and the submitted employees data should be displayed dynamically on another page:
Any ideas how to set this up properly ?
You could create datasets of each group of employees, so that they are all kept seperate. Then simply add a dropdown for each employee role and have that linked to each employee’s dataset so whoever is choosing the employees can simply choose the employee needed from each dataset.
Then when all four are selected you can have those four dropdown values saved through code and then on the next page which shows the four boxes with each employee’s details, you can simply call back those values and match them against the datasets so that the four boxes show the appropriate info for each field for each employee.