Retrieve by association returns empty, but the association is not empty (seen in Debugger)

0
Under which circumstances could this happen?  It occurs in a microflow that is part of an  JSON import.   Strangely, the problem does not occur to all JSONs but only to  a particular  one.  Would be grateful for hints where to look…  
asked
2 answers
0

Since it is only occurring in a specific JSON

  1. Are you using the right association, retrieve and debugger?
  2. What is the difference in the JSON between which fails and succeeds? except the values?

 

Don't have a direct idea. But my gut feel tells me that you either looking wrong. or the reference is set, but the object is lost. Which appears strange to me. 

answered
0

Thanks!  Striping down the problematic JSON helped.  The error was that a Create microflow generated an association where it should not have, and this damaged the entity…  

answered