Reference field cannot be loaded for the Input Form Screen Input.Issue Problem:Reference field cannot be loaded for the Input Form Screen Input when creating a new record. It shows "An Error occurred while getting the reference list." on IOS and "Could not load document" on Android. ReleaseAny release.CauseRoot Cause - We can see the following errors in the node logs. txid=93c6670ac3c2 SGLogger SEVERE *** ERROR *** An error occurred while getting the reference list.java.lang.NullPointerException: Cannot invoke "Object.toString()" because "object" is nulltxid=93c6670ac3c2 tx_pattern_hash=-1669560517 AProcessor SEVERE *** ERROR *** An error occurred while getting the reference list.com.glide.rest.domain.ServiceException: An error occurred while getting the reference list. - The error occurs due to the Function context being incorrectly set to "Record" instead of "Global" for the Function which is used for creating a new record, causing failure to load reference fields in the input form screen.ResolutionSteps to Resolve- Set the Context to Global for the Function should fix the issue.