Hi ,
How to set the default value for Lookupfield field?
For example , when the Lookupfield is loaded for the first time it should display the first value on the UI Screen .
Here the values are blank

I need this like this

Hi ,
How to set the default value for Lookupfield field?
For example , when the Lookupfield is loaded for the first time it should display the first value on the UI Screen .
Here the values are blank

I need this like this

Hello @Vignesh_Iyer
As I can see you generate these cells, so just set some default value with setValue(...) when LookupField is generated.
Regards,
Daniil
Thanks Daniil it worked
i have set the value to the first element of the arraylist, so whenever the screen is loaded the lookupfield is set to the first element .