Skip to content

CSOAR-3196-new: Issue with Global Confidence Score display #5505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

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

***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.

Expand Down Expand Up @@ -404,7 +404,7 @@ INPUT = "1"
```
```css
OUTPUT = {
"cs_val": "100%"
"cs_val": "100"
}
```

Expand All @@ -413,7 +413,7 @@ INPUT = "0.1"
```
```css
OUTPUT = {
"cs_val": "10%"
"cs_val": "10"
}
```

Expand All @@ -422,7 +422,7 @@ INPUT = "0.01"
```
```css
OUTPUT = {
"cs_val": "1%"
"cs_val": "1"
}
```

Expand All @@ -431,7 +431,7 @@ INPUT = ".5"
```
```css
OUTPUT = {
"cs_val": "50%"
"cs_val": "50"
}
```

Expand Down Expand Up @@ -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.
* 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.