Hi,
I have been trying to show a choice column based on multiple choices column from another table
for example :
Choice : Task contains different options as "A ,B, C, D, E"
Table : Ex1 contain Team Name = "Team-A" and selected Choices : Task = "A, B, C"
Table : Ex2 contain Team Name = "Team-A"(Lookup from Table Ex1) and I want option in Choice Task that showing in here has only data that reference in Team Name = "Team-A" from Table : Ex1 which is "A, B, C"
I tried with business rules but it seem impossible, So I wonder if model-driven have a method to do something like this?
hopefully this is understandable, and Thanks in advance.