1 to many(*) mapping association issue

0
 I have a requirement where 1 logged in user can submit multiple forms, so as soon as the user submits the form, we need to show him the overview page with all the details which the user has submitted, along with the other forms which he has submitted till date.  I have 1(System.User) to*(ExportRunRequestBody) mapping.   Another issue is when i try to do “retrieve” in microflow, the User object does not have the association of ExportRunRequestBody, instead ExportRunRequestBody has association of User object. How to store all the “ExportRunRequest” objects associated with the User in the database ?  Please help
asked
1 answers
0

Retrieve the ExportRunRequestBody with Xpathconstraint

E18y_User.User = '[%CurrentUser%]'

 

answered