errors and pop-ups hanging when creating a new object with owner reference through single sign-on

0
I have an entity with "Store owner to true". And a new/edit pop-up dataview that displays the full name for the owner, non-editable. When I am logged in through single sign-on that pop-up does not get not displayed, I only get the Progress window for ever. When I create the object through a pop-up dataview without the full name that works fine. But then trying to list the overview of the entity that includes the full name, the list will not display and I get an error: reference does not exist.
asked
1 answers
0

Avoid passing parameters when creating a new object, and after creating the Object edit the microflow settings on edit so that passing parameter is set to nothing.

answered