From 398d7ff5eb3094eb942e250ce5cec2bb6298a22c Mon Sep 17 00:00:00 2001 From: John Spantouris Date: Wed, 23 Apr 2025 12:52:55 +0300 Subject: [PATCH] Update build-custom-selectors.md Added a note for variable support in visual editor --- articles/desktop-flows/build-custom-selectors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/articles/desktop-flows/build-custom-selectors.md b/articles/desktop-flows/build-custom-selectors.md index 17b347991..7f1a56c66 100644 --- a/articles/desktop-flows/build-custom-selectors.md +++ b/articles/desktop-flows/build-custom-selectors.md @@ -85,3 +85,6 @@ To use a variable in a selector, populate its name manually enclosed by percenta If you use a variable in the **Name** attribute of the Notepad example, the selector should be **:desktop > window[Name="%WindowName%"][Process="Notepad"]**. ![Screenshot of a variable in the Notepad selector .](media/build-custom-selectors/variable-notepad-selector.png) + +> [!NOTE] +> Variables are only supported with the **Equal To** operator in the visual editor.