How to return a NULL value in microflow?

0
Hello, everyone. I am wondering if there are any ideas on how to return a NULL value in the microflow.   For example, I want to retrieve a user list from the database, perform some validations, and return a specific user if the user satisfies all conditions. Otherwise, it should return a NULL value so that I can check whether a user satisfying all conditions exists.     Please let me know if you have any ideas.     Thank you. Best regards,
asked
1 answers
1

Gain,

Here is how to return an empty Account object:

image.pngHope that helps,

Mike

answered