Autofill the reference field with some default value in Agent mobile app.SummaryIn Agent Mobile app, the input field Autofill variable is not populating data properly for Reference type input. We want to autofill the reference field with some default value when the form opens in the mobile app with the ability to edit it. InstructionsThis issue can be fixed by using the "Scripted" variable instead of the "Constant" type variable. We have to use a script includes to return the "Value" and "Display Value" which we want to set as a default value to the reference type input. This script includes has to be passed to the Variable using the "Script" attribute. Here are the steps for the same - Create a new script include to return the "Value" and "Display Value" which we want to set the reference input.Create a new variable of the "Scripted" type.Then associated the script includes created in step1 to the variable using the attribute "Script". After doing the above, the default value for the reference input is set as expected. If still you have any further queries please post your questions in the community.