Empty Object Handling

0
Hi,  Please could someone advise how you can set up empty object handling.  I currently have a wizard set up to create an object with data from two entities. In some cases you won't have the date for the second entity so it gets left blank. However if you then try to edit that it will come back with an error because there's no data to change.  In my head I can see a microflow with an exclusive split with some sort of expression that sees if the object is empty, if true then it creates a new object, if false it edits the existing object? I've set this up but it's not working.  Any advise would be much appreciated Thanks,    EDIT: Scratch that, I had a moment of inspriation just as I submitted this... I was passing the old object to the page, rather than passing the new object. This is why I could not get this working.   Garion
asked
1 answers
0

Issue was solved by the user, see comments.

"I had a moment of inspriation just as I submitted this... I was passing the old object to the page, rather than passing the new object. This is why I could not get this working. "

Just added the answer here to mark this question as answered

answered