Retrieve Workflow context bring entity with no assosscation.
0
Hello Mendixers! I have been working on a workflow user task recently and I was trying to display data from an entity that is 1-1 associated with the WorkflowContext entity. When I use microflow to retrieve the workflow context. I get the correct entity but all the associations are empty. How can I fix this. Thank you! Mahmood Alnasser
asked
Mahmood Alnasser
2 answers
2
Have you checked the access rights on your associated entity and the association for the user role you're logged in with? Unexpectedly retrieving empty associations is often a symptom of that.
answered
Eline Bijkerk
1
After investigation step by step, I found out that I’m calling a function to close a pop that does also deletes the entity I’m trying to retrieve.