Skip to main content Link Search Menu Expand Document (external link)

Microapp Field Type - Cheat Sheet

A quick overview of the field types available in a Microapp.

Table of contents

  1. BASIC FIELDS
    1. Text
    2. Number
    3. Date
    4. Location
    5. Toggle (true/false)
    6. Checkboxes
    7. Checklist
    8. Selectlist
    9. Rating
    10. Attachments
    11. Images
    12. Signature
    13. Audio - (LEGACY)
    14. Embedded Link
  2. ADVANCED FIELDS
    1. Event
    2. Button
    3. Formula 
    4. User Vote
    5. Cross-App Field
    6. Embedded App
    7. Notification Button
    8. Payment Button
    9. Teams
  3. DISPLAY FIELDS
    1. Header
    2. Display Text
    3. Image
    4. Divider
  4. METADATA FIELDS
    1. Author Name
    2. Author Phone (LEGACY)
    3. Submitted Date
  5. FILTER CONTROLS
    1. Viewers
    2. Tags
    3. Condition
  6. EXTERNAL FIELDS
    1. Box File
    2. IBM Connections File
  7. EXPERIMENTAL FIELDS
    1. Feedback
    2. SVG
    3. IBM Watson Personality View
    4. Twitter Feed (for IBM Watson)
    5. Weather

BASIC FIELDS

Text

Text field allowing input of plain text - it can be multiline (it will resize itself as user types). Links within the text are automatically parsed on submit (but are clickable only in readonly version ie by users without edit rights). Options include specifying whether it should be a text field, a url, email or phone number (on mobile devices this will open the relevant keyboard type).

Number

This is a single-line numeric input (on mobile devices this will open the numeric keyboard if available).

Date

A date/time field - can be a single date/time or a duration (ie with start and end date/time). User can specify as ‘all day’ (enter date only, no time). Can also limit field to allow time/day/month or year selection only.

Location

An address or location field - opens a map view.

Toggle (true/false)

This is an on/off switch control that renders as a single checkbox with an optional label. Use this when you only need the user to set a single value to true/false or on/off.

Checkboxes

A list of checkboxes with a labels allowing user to select either none, one or multiple options.

Checklist

A ‘todo’ or task list widget that renders as a series of checkboxes with a ‘percentage complete’ progress bar - as items are checked off, the progress bar/percentage adjusts. You can specify default items and/or allow users to add/edit/remove their own.

Selectlist

A single dropdown selectbox field allowing user to select only a single option out of a list. Can also render the options as buttons.

Rating

A rating selection from 1 to 5 - can specify from a choice of icons eg stars, hearts and more (default is stars).

Attachments

An attachment field that allows users to attach one or more files (including images). Attached files render as a list, with each item clickable (depends on file type and device/browser whether click triggers view or download).

Images

Similar to the Attachments field, but limited to images - these render in a gallery view when clicked.

Signature

A signature/drawing field allowing user to sign via mouse/screen touch and save their signature.

Audio - (LEGACY)

No longer supported.

Renders as a text input allowing a user to add a url/link. This then displays as a clickable card with title, image and description from the link (if available). User can also manually enter information for that card (eg title or description) if the link doesn’t automatically provide it.


ADVANCED FIELDS

Event

An event widget that includes a title (text input), start and end date/time and location (opens map view). When viewed in results, includes ‘add to calendar’ button which triggers an email notification with calendar link in it. Can also include an RSVP option.

Button

Renders a button on the Microapp form. You can enter the text to be used on the button, as well as specifying who can view the button analytics (who clicked the button and when). The button options/type include:

  • Click button: default, action needs to be specified via rules in the Microapp advanced settings (Settings modal > Advance tab > Rules tab)
  • Toggle button: similar to click button, actions need to be defined in advanced settings. In this case the button has 2 states (ie on/off), and each state can have custom button text.
  • Link button: can specify a link to open on button click (this can include an email address).
  • State button: allows you to set state on a form - like a local state variable that you can then use in validation or display formula.
  • Submit button: submits the form immediately.

Formula 

Allows you to render a value via a JSONata calculation eg based on values entered in other fields within the same form (for instance, a tally or total).

User Vote

This field type creates a survey - users can select from one of a series of options. It is intended to collate the choices of multiple users and is thus redundant with a normal ‘submit’ form use-case since only the user submitting the form would make a choice - the Checkboxes or Selectlist field would be better suited here.

Cross-App Field

Advanced option to include values from a field in another app within Buzzy.

Embedded App

Embeddedapp field allows you to nest an entire Microapp as its own field in a parent app - in effect, to form a one to many relationship between two Microapps.

Notification Button

Renders a button that triggers a messaging interface, allowing you to send in-app notifications directly to individuals, teams or organisations.

Payment Button

Payment Field creates a payment button within a result row. The button is not visible in the Microapp submit form itself. Payment settings are defined at result level (once created).

Recommendation: A simpler option in most cases would be to just add a payment button as a standalone resource (ie not as part of a Microapp) to the Buzz.

Teams

Teams is a select field that lets you choose Buzzy teams. Useful if doing advanced stuff with the information (eg formulas etc).


DISPLAY FIELDS

These are static text or display elements that don’t gather data themselves but are rendered in the Microapp submit form or result details view.

A text heading used to group fields into sections.

Display Text

Static text - for instance help text or instructions you may want to render on your form. Links are parsed and become clickable.

Image

Displays a static image.

Divider

A static divider (horizontal rule) element.


METADATA FIELDS

These are static fields that render information about the current result. They don’t render in form views (ie before a result exists).

Author Name

Displays the user name (if available) of the row creator (ie who submitted a particular result).

Author Phone (LEGACY)

Displays the phone number (if available) of the row creator (ie who submitted a particular result).

Submitted Date

Displays the date/time a result was submitted.


FILTER CONTROLS

Viewers

A searchable select field that defines view permissions (by individual, team or organisation) on a Microapp result row.

Tags

A searchable select field that assigns tags to a Microapp result row (currently limited to global tags only).

Condition

Renders a checkbox, used to define a state on the row as true/false. Use this in conjunction with microapp actions or rules.


EXTERNAL FIELDS

Box File

Field which allows user to insert/attach files from Box cloud storage service. Only available to users logged in via Box

IBM Connections File

Allows use of links to attachments added directly to IBM Connections. Only available to users logged in via IBM Connections


EXPERIMENTAL FIELDS

Feedback

Similar to the rating field, but renders as unhappy to happy face icons, and on selection only the selected one is highlighted (ratings highlights the icons from 1 to the current selection).

SVG

Allows app author to insert custom (SVG image) code as a field - that code can refer to other field values. In the app, this is parsed and rendered as a .svg image, with an option to download and save it as a .png image.

IBM Watson Personality View

This is a result-level field only - it compiles data from other fields (eg Twitter Feed - see below) within a submitted result row and renders an IBM Watson Personality Insights graph.

Twitter Feed (for IBM Watson)

User can define a Twitter handle to use as a data input for the IBM Watson Personality Viewer field above.

Weather

Displays an OpenWeather weather forecast (in a result view only) based on the first available valid location field value in that row/result.