This guide will explain what output data, sample data and output fields are and how to modify them in your triggers or actions.
2023-12-15T01:15:13Z
(or -0000
instead of Z
)2023-12-01T12:32:01-0800
2023-12-01T12:32:01-08:00
2023-12-13
(for date-only values)true
or false
. Do not use 1
and 0
for boolean values.
Include the value name and ID in lists and dropdown menus to help users know which item to choose.
Consider removing non-necessary fields that may seem confusing to users in your API call’s custom code.
job_title
information into a required field in another app, such as a CRM. Then, when the Zap runs, job_title
is only included in the live result if it happens to be available, and the data the Zap receives looks like this:
job_title
is a required field in the CRM but there’s no data in it. To avoid this, there are several integration checks that require sample and live Zap run data to match.
title
. Users may expect that field to be called Issue or Issue Title, so you could define the Output Field as having the name Issue Title, rather than the default transformation of “Title”.