FIELDTYPE Suggest EditsReturns the field type of a field by its data name Parameters dataName String (required) - The data name of the field Returns String Examples JavaScriptFIELDTYPE('items') // returns "Repeatable" JavaScriptFIELDTYPE('name') // returns "TextField" Updated about 1 year ago Table of Contents Parameters Returns Examples