Forum Discussion
lantonio1974
Apr 22, 2021Copper Contributor
SPFX Get Lookup Field Value
Hi, I am new to SPFX and I am having some problems getting the values from a lookup field on a list. Here is the code I am using for testing: //Here "My List" is Sharepoint list
pnp.sp...
HemaBalanBlogs
Sep 02, 2021Copper Contributor
This
var lookUpFldId = lookUpFld["Lookup_x0020_FieldId"];
should be
var lookUpFldId = element["Lookup_x0020_FieldId"];