From 18866f3017c09325a79ddf7cdaa1407b72ec14cd Mon Sep 17 00:00:00 2001 From: pravin Date: Fri, 26 Jun 2026 18:58:36 +0530 Subject: [PATCH] Update request-signatures.md update the the helptext for conditional logic --- docs/docs/help/New-Document/request-signatures.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/help/New-Document/request-signatures.md b/docs/docs/help/New-Document/request-signatures.md index 01b81cc9a..a32cf3d22 100644 --- a/docs/docs/help/New-Document/request-signatures.md +++ b/docs/docs/help/New-Document/request-signatures.md @@ -302,9 +302,10 @@ Supported operators: **Example** If the value entered in **TextInput1** is equal to **HR**, then **TextInput2** is displayed. -```text Condition: TextInput1 = HR Action: Show TextInput2 ``` - ---- +``` +text Condition: TextInput1 = HR +Action: Show TextInput2 + ``` ### Number Supported operators: - Equals