diff --git a/docs/platform-services/automation-service/app-central/integrations/sumo-logic-automation-tools.md b/docs/platform-services/automation-service/app-central/integrations/sumo-logic-automation-tools.md index c6437700c4..a5fb529e7c 100644 --- a/docs/platform-services/automation-service/app-central/integrations/sumo-logic-automation-tools.md +++ b/docs/platform-services/automation-service/app-central/integrations/sumo-logic-automation-tools.md @@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; sumo-logic-notifications -***Version: 0.1 -Updated: Nov 11, 2024*** +***Version: 1.2 +Updated: June 20, 2025*** Sumo Logic Automation Tools simplifies Cloud SOAR playbooks with data processing and automation. @@ -404,7 +404,7 @@ INPUT = "1" ``` ```css OUTPUT = { - "cs_val": "100%" + "cs_val": "100" } ``` @@ -413,7 +413,7 @@ INPUT = "0.1" ``` ```css OUTPUT = { - "cs_val": "10%" + "cs_val": "10" } ``` @@ -422,7 +422,7 @@ INPUT = "0.01" ``` ```css OUTPUT = { - "cs_val": "1%" + "cs_val": "1" } ``` @@ -431,7 +431,7 @@ INPUT = ".5" ``` ```css OUTPUT = { - "cs_val": "50%" + "cs_val": "50" } ``` @@ -460,4 +460,5 @@ No authentication configuration is needed. Sumo Logic Automation Tools executes ## Change log * Nov 11, 2024 - Beta version released. -* May 23, 2024 - Introduced the new "Scaled Decimal to Percentage" action, which converts a scaled decimal value into a percentage. \ No newline at end of file +* May 23, 2025 - Introduced the new "Scaled Decimal to Percentage" action, which converts a scaled decimal value into a percentage. +* June 20, 2025 - Removed `%` sign from the output. \ No newline at end of file