Flow errors out with error: "Cannot convert null to an object"SummaryA custom action present in a flow executes without any issues when run as 'User who initiates the session' but not by 'Run by System User'. Error: "Cannot convert null to an object" The custom action was trying to access few records. So when tried to access the record outside the flow, the records were not found.InstructionsThere were few Before Query Business rules which were responsible for this behavior. Once the Before Query Business rules were de activated, the records were accessible and the flow also got executed without any issues.