Issue in Flow Designer when calling script include from an inline scriptIssue Calling a script include from an inline script work perfectly when outside of an IF statement. However, when calling the script include from the inline script, inside an IF loop, its errors out saying that the script include is not defined.ReleaseNewYorkCauseThe script include was not called with its API name (ie) along with its scopeResolutionIt is recommended that the script include should always be called with its API Name (i.e) along with the scope name.Even though the flow is executing within the same scope, it is recommended to call the script include with its API name so that we don't face these issues