inheritanced(generalization) entity mapping

0
I am working on importing user information from another API system, my UserAccount entity  inheritanced from System.User. My question is it possible mapping an attribute of Json to the System.user ,  mapping the others to UserAccount. For example JsonObject.UserAccount mapping to UserAccount.Name, as follow image 
asked
2 answers
1

Hi Sean Wang,

You cant access the system.user directly so map your API details in helper entity from there you can create userAccount with system.user attributes using microflow.

answered
0

thank Javith, I resolved it with 'helper' entity.

answered