Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is the table showing you how to reference field values for different field types. Our field name is: "myfield"

Field typeAccessing in ConfiForms Field macroAccessing though [entry.] notationUsing in filtersSortingRemarks
Textmyfield[entry.myfield]

myfield:*test

myfield:test*

myfield:*test*

myfield:*

as text 
Action Buttonmyfield    
Autolinkmyfield    
Autonumbermyfield    
Autopagemyfield    
Calculatedmyfield[entry.myfield]Same as numeric fieldas numbernon-numeric values are set as 0 in sorting
Captchamyfield    
Checkboxmyfield[entry.myfield]myfield:true Returns true or false
Checkbox groupmyfield    
Currencymyfield[entry.myfield]Same as numeric field as number 
Datemyfield    
Datetimemyfield[entry.myfield]    as number 
Datetime intervalmyfield

[entry.myfield]

 [entry.myfield.startDateFormatted]

[entry.myfield.endDateFormatted]

[entry.myfield.startDate]

 [entry.myfield.endDate]

[entry.myfield.asPeriodFormatted]

myfield.startDate:

myfield.endDate:

conditions as in numeric field

 as number by start date 
Drawing canvasmyfield    
Dropdown

myfield

[entry.myfield]

[entry.myfield.id]

[entry.myfield.label]

myfield:ID

myfield.label:LABEL

 Each dropdown choice has ID and LABEL
Dynamic Dropdown     
Dynamic Multilabel     
Enroll buttonmyfield    
Filemyfield[entry.myfield] - will show as linksame as text, see remarksas textonly attachment/file name is in search
Formulamyfield[entry.myfield]same as numeric fieldas numbernon-numeric values are set as 0 in sorting
Htmlmyfield[entry.myfield]same as text typeas text 
Linkmyfield    
Hiddenmyfield[entry.myfield]same as text typeas text 
Masked Textmyfield[entry.myfield]same as text typeas text 
Multi Selectmyfield    
Numeric fieldmyfield    
JIRA issuemyfield    
Page/Blog postmyfield    
Passwordmyfield[entry.myfield]same as text typeas text 
Radio groupmyfield    
Readonlymyfield[entry.myfield]same as text typeas text 
SectionmyfieldN/AN/AN/A 
Simple Datemyfield    
Smart Classifiermyfield    
Smart Dropdownmyfield    
Smart Multiselectmyfield    
Smart Checkboxmyfield    
Smart Radio buttonsmyfield    
Statusmyfield    
Textareamyfield[entry.myfield]same as text typeas text 
User     
User (multiselect)     
Voting controlmyfield    
WYSIWYG simple editormyfield[entry.myfield]same as text typeas text 

 

Accessing through [entry.] notation can be used in ListView, in PlainView, in CalendarView and in IFTTT macro body, as well as when referencing ConfiForms record fields in macro parameters

See also Virtual functions to help you with formatting values in the right format