Problem in Constrain Your Data Using XPath 3.4.1

0
Hi! I have a problem with chapter 3.4.1 Constrain using Mendix System Variables. It said that  “In this activity, set the VacationRequest_Submitter association to be retreived Account”. The window after configured should be .. but this was mine… How could I configure this? Thanks in advance.
asked
1 answers
1

Prior to this create action you should have retrieved the Account of the current logged in user.

Either

- You haven't retrieved it and thus it cannot be accessed.

Or

- The Output variable name of the retrieve is not Account but some other name. Use ${OtherName} instead

 

answered