Hey there,
Here is my code:
- courselistype = Courses[Branch_Name = row.Branches_Name].distinct(Course_Type);
- row.Course_Type:ui.add(courselistype)
Where Branch_Name is bigINT,
Course_Type is a string,
courselistype is a collection variable
Any help would be appreciated.
Thanks in advance!