Flow erroring out saying - com.snc.process_flow.exception.OpException: Error occured while inserting record: Data Policy ExceptionIssue For the latest information, see Create record action. Create a flow and use "insert record" action. On the target table where the insert record action is taking place, must contain field and that field is being protected by data policy. For example - On the change request take "Assigned to" field and create a data policy > make the field mandatory. Now run a flow and user "insert record" action and make sure you are not setting assigned_to value from flow designer. CauseDue to the data policy on assigned_toResolutionYou will see the below error - Flow Designer: Operation(<flow_name> .9db0a839dbc8d4505941575e5e96196a.9752fc8cc3c632002841b63b12d3ae66) failed with error: com.snc.process_flow.exception.OpException: Error occured while inserting record: Data Policy Exception:The following fields are mandatory: Assigned ToThe assigned_to field is being checked by a data policy and a change request cannot be submitted using with out assigning a value.Either deactivate the data policy or add assigned_to value in flow action to make the flow run successfully without any error.