Data Integration

0
I want to add the attrbutes of another entity in a dataview which is not directly connected to the current entity. For example, I have a course and the user is through registration entity connected to it. If I want to show and be able to choose the users’ information on my course page, how can I do it?  
asked
2 answers
0

Which user do you mean?

Which user do you want to select and what are you going to do with that selected user?

answered
0

 

You can use association itself for the connected entities à  First you can get the registration entity using a data grid and then you can access the associated users through any  Data resources.

Or

You can create a data resource inside the course with micro flow as a source, do your retrievals in the micro flow with the passed course argument and return the user/users .

answered