{"id":5141,"date":"2026-05-30T02:45:46","date_gmt":"2026-05-30T02:45:46","guid":{"rendered":"https:\/\/aaxonix.com\/resources\/?post_type=glossary&#038;p=5141"},"modified":"2026-05-30T02:45:46","modified_gmt":"2026-05-30T02:45:46","slug":"deluge-input-statement-zoho-creator","status":"publish","type":"glossary","link":"https:\/\/aaxonix.com\/resources\/glossary\/deluge-input-statement-zoho-creator\/","title":{"rendered":"Deluge input Statement"},"content":{"rendered":"<h2>What Is the Deluge input Statement?<\/h2>\n<p>In Zoho Creator&#8217;s Deluge scripting language, the <code>input<\/code> map is a built-in object that provides access to the field values submitted in the current form record. When a workflow trigger fires, <code>input.FieldName<\/code> returns the value the user entered in that field. It is the primary mechanism for reading form data inside a Deluge script.<\/p>\n<h2>Using input in Workflows<\/h2>\n<p>A typical use of the input map is to read a submitted field value and apply conditional logic. For example, if a form has a Quantity field, a Deluge script can check <code>input.Quantity<\/code> and if it exceeds a threshold, trigger an approval task or send an alert email. The input map is available in On Submit, On Add, and On Edit trigger contexts.<\/p>\n<h2>input vs record<\/h2>\n<p>The <code>input<\/code> map provides the values being written in the current operation, while the <code>record<\/code> object (available in On Edit context) provides the previously stored values. In an On Edit trigger, comparing <code>input.Status<\/code> with <code>record.Status<\/code> allows the script to detect whether the Status field specifically changed, enabling targeted conditional logic rather than reacting to every edit.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Deluge input statement reads a value from a form field during script execution, allowing workflow code to use the submitted data as a variable.<\/p>\n","protected":false},"template":"","meta":{"seo_title":"Deluge input Statement | Zoho Glossary | Aaxonix","seo_description":"The Deluge input statement reads a value from a form field during script execution, allowing workflow code to use the submitted data as a variable.","seo_keyword":"Zoho Deluge input statement","seo_faqs":"","term_type":"","glossary_related":"","glossary_links":""},"glossary_category":[1258],"class_list":["post-5141","glossary","type-glossary","status-publish","hentry","glossary_category-zoho-creator"],"_links":{"self":[{"href":"https:\/\/aaxonix.com\/resources\/wp-json\/wp\/v2\/glossary\/5141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aaxonix.com\/resources\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/aaxonix.com\/resources\/wp-json\/wp\/v2\/types\/glossary"}],"wp:attachment":[{"href":"https:\/\/aaxonix.com\/resources\/wp-json\/wp\/v2\/media?parent=5141"}],"wp:term":[{"taxonomy":"glossary_category","embeddable":true,"href":"https:\/\/aaxonix.com\/resources\/wp-json\/wp\/v2\/glossary_category?post=5141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}