Pick List Population

Pick List Population

Hi,

I've been having a problem and can't seem to find a way around this, hoping someone can help.

I'm trying to populate a Radio Button picklist (Goal Title) with values from another form, that are based on a value within the current form (Employee ID):


varManagerGoals  =  Goal_ID_to_Emp_ID_Mapping  [EmployeeID == input.Reporting_to];

if (varManagerGoals.Goal_Title!=  null)
{
    input.Align_To = varManagerGoals.Goal_Title;
}


For some reason this code brings back EVERY value from within the data source field as opposed to only the select values.

Can anyone help?

Thx

Cloud Workforce