9 articles
Workflow Metadata: Enrich Executions with Additional ContextAccess workflow metadata for essential execution details that can be provided as step inputs and used in messages, tickets, logs, etc.
Workflow Context: Understand Data Access and Utilization in TorqUse the workflow context to access execution data, including completed step outputs, trigger event information, and more.
Escape Special Characters in JSON ObjectsLearn how to properly escape special characters and white space in JSON objects to successfully pass data between steps in Torq.
Escape JSON Strings to Use Python in TorqLearn how to properly escape JSON strings and take advantage of using Python code in Torq.
Escape Curly Brackets to Pass Them in Workflow Step InputsLearn how to escape curly brackets in Torq to correctly pass syntax for systems like JQL or GraphQL, avoiding common JSON or input errors.
Nest Context Expressions: Dynamic Key References in TorqDynamically reference keys in Torq workflows using nested context expressions.
Use Fractional Seconds in Torq: Enhance DateTime PrecisionLearn how to enhance the precision of datetime values by returning fractional seconds in Torq.
Advanced JSONPath and Golang TemplatesLearn how to efficiently retrieve and manipulate data in Torq with advanced JSONPath and Golang templates.
Format ASCII Tables for EmailsEnsure your ASCII tables retain their alignment and readability in emails.