I have a requirement to fill with test data using data transform
So I have a class in data called participation and its children - person, organization and self employes , they have 2 fields in common but others are different. In work I have a page list property called particpantlist and I have to fill it with test data using data transforms. I tried creating data transform in different classes and then call it on the button, but it didn't work. and the problem now is that I can reach properties from data classes in work data transform, I don't know maybe I have to use parameterers?