Welcome to Catalog Tips
Search more than 200 articles to learn more about creating and automating your product catalogs
Tip: Start typing in the input box for immediate search results.
GROUPGETNTHPOPULATEDFIELDNAME – Display nth populated field in group
Overview
This Custom Field returns the nth populated field in the given group.
Syntax
GROUPGETNTHPOPULATEDFIELDNAME(‘GroupPath‘,n,‘Field1′,’Field2′,’Field3′,’Field4’)
GROUPGETNTHPOPULATEDFIELDNAME(‘Category:Subcategory‘,1,’Width’,’Height’,’Length’,’Price’)
Element | Description |
---|---|
GroupPath | Group path delimited by colons |
n | The required field index, e.g. n = 1 will return the 2nd value |
‘Field1’, ‘Field2’, ‘Field3’… | e.g. Width’,’Height’,’Length’,’Price’ |
Example
GROUPGETNTHPOPULATEDFIELDNAME(‘Category1ID:Category2ID,CollectionID’,0,Description,Bore Size,Model,Wire Size,Material,Tip Thread,Neck Thread,Length,Thread Size)