Incidents are not being created from the subflows due to an error: The undefined value has no properties.Issue During the creation of the incident from the alerts via alert management rule, we call the sub-flow and it fails with an error Error: The undefined value has no properties.,Detail: The undefined value has no properties.ReleaseAnyCauseWe get this error when we do not have any information (null data) to pass to the incident from the alert via the subflow.For example in any step of the flow, if we try to pass a variable from the alert field to the incident field and if that variable information has no value in the alert we see these errors. Usually, these errors are seen in custom sub-flows. ResolutionMake sure we are passing all the information to the alert from the events. If not, we recommend using OOB flows to create incidents from alerts.