Skip to content

Commit a0a385c

Browse files
CSOAR-3196-new: removed % sign from the output (#5505)
Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 8290092 commit a0a385c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/platform-services/automation-service/app-central/integrations/sumo-logic-automation-tools.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
77

88
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/sumo-logic-notifications.png')} alt="sumo-logic-notifications" width="100"/>
99

10-
***Version: 0.1
11-
Updated: Nov 11, 2024***
10+
***Version: 1.2
11+
Updated: June 20, 2025***
1212

1313
Sumo Logic Automation Tools simplifies Cloud SOAR playbooks with data processing and automation.
1414

@@ -404,7 +404,7 @@ INPUT = "1"
404404
```
405405
```css
406406
OUTPUT = {
407-
"cs_val": "100%"
407+
"cs_val": "100"
408408
}
409409
```
410410

@@ -413,7 +413,7 @@ INPUT = "0.1"
413413
```
414414
```css
415415
OUTPUT = {
416-
"cs_val": "10%"
416+
"cs_val": "10"
417417
}
418418
```
419419

@@ -422,7 +422,7 @@ INPUT = "0.01"
422422
```
423423
```css
424424
OUTPUT = {
425-
"cs_val": "1%"
425+
"cs_val": "1"
426426
}
427427
```
428428

@@ -431,7 +431,7 @@ INPUT = ".5"
431431
```
432432
```css
433433
OUTPUT = {
434-
"cs_val": "50%"
434+
"cs_val": "50"
435435
}
436436
```
437437

@@ -460,4 +460,5 @@ No authentication configuration is needed. Sumo Logic Automation Tools executes
460460
## Change log
461461

462462
* Nov 11, 2024 - Beta version released.
463-
* May 23, 2024 - Introduced the new "Scaled Decimal to Percentage" action, which converts a scaled decimal value into a percentage.
463+
* May 23, 2025 - Introduced the new "Scaled Decimal to Percentage" action, which converts a scaled decimal value into a percentage.
464+
* June 20, 2025 - Removed `%` sign from the output.

0 commit comments

Comments
 (0)