Home › Forums › vLooup for SharePoint › Count files in child folder when using the vLookup Add new Folder / doc library › Reply To: Count files in child folder when using the vLookup Add new Folder / doc library
January 16, 2020 at 01:52
#28265
Thanks – I’ve gotten the below, and in the attached file you’ll see the results of the console output. I am trying to get the ‘count’ into a variable so that I can it for other logic. What syntax do I use in the vLookup dataObj or the spjs.dffs.data to get the count from the result in the attached image?
The function I have so far:
function testDataLog(){ window.console && console.log(spjs.vLookup.dataObj['vLookupAttachments'][spjs.dffs.data.thisItemID]); }