How to set the Default value for LookupField?

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
image

I need this like this
image

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

1 Like

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 .