I am building an always-on survey to be posted on my company’s intranet in which employees can rate any office, department, or team they wish through these questions:
- Please select the office from the dropdown menu.
- Please select the department from the dropdown menu.
- Please select the team from the dropdown menu.
Because offices, departments, and teams frequently change, I don't want to have the selections be a static drop-down list.
Instead, I would like the drop-down menus for these three questions to dynamically pull in options from the Location, Parent, and Team field (respectively) that are part of the embedded data from our Workday automation. Is this possible?