[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-10。"],[[["Edges represent connections between elements in an integration, defining the control flow direction between triggers and tasks or between tasks themselves."],["Edge conditions allow you to set specific criteria that must be met for the control to pass to the task connected by the edge, enabling conditional execution."],["Operators such as `=`, `!=`, `\u003c`, `\u003c=`, `\u003e`, `\u003e=`, `:`, `AND`, `OR`, and `NOT` are supported for constructing edge conditions, allowing for a variety of logical checks."],["Functions like `exists`, `does_not_exist`, `is_empty`, and `is_not_empty` can be used within edge conditions to check for the presence, absence, or state of variables."],["To use variables within the conditions, it is necessary to use dollar signs on either side of the variable name (i.e. `$variableName$`), and when checking multiple conditions they should be split into individual checks combined with AND/OR."]]],[]]