[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-05-16 (世界標準時間)。"],[[["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."]]],[]]