In Dataverse, I have a table with a column marked as business required. Obviously when forms in apps are used to input data, that field is enforced. However, when imports are run, sometimes mistakes happen, and records are created without a value in that field.
I want to build a flow that will send an email to warn me when that happens.
I have a trigger: when a row is added or modified. But I see in the outputs of this action, that the empty field is not loaded at all; only fields that contain data is loaded for use in the rest of the flow.
How do I get past this problem? I cannot use that field in a condition to check for value as it is not loaded. I am missing something?