How to find out if an object is already committed to the database or not

1
I am sorry if this is a stupid question and has already been asked. I could not find it. Is there a simple way in a microflow to find out if an object is already existing in the database or not? Ideally without doing a database retrieve (because database interaction is what I try to avoid) Thank you
asked
1 answers
3

Hello Andreas,

There is an action you can use in a split 'isNew()' this will return a boolean about the commit status.

answered