How to use association to show the data of different entities ?

0
for example: there is one entity form and another entity called employee and both are in one to one association(one form can be assigned to one employee). How to do that and what kind of data container i should pick to show these different entities associative data?
asked
2 answers
1

Hello Harshit,

Then you need to add on the create button of your employee a on click action that calls a nano/micro flow where you create the two entities together and set the association:

 

Example 

image.png

answered
1

Hello Harshit,

 

A dataview with a parameter form and with the reference selector to add the right employee and within the dataview another dataview or just readable text boxes over association to the employee.

 

Hope this helps,

 

Good luck!

answered