File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
docs/platform-services/automation-service/app-central/integrations Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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
1313Sumo Logic Automation Tools simplifies Cloud SOAR playbooks with data processing and automation.
1414
@@ -404,7 +404,7 @@ INPUT = "1"
404404```
405405```css
406406OUTPUT = {
407- "cs _val ": " 100% "
407+ "cs _val ": " 100"
408408}
409409```
410410
@@ -413,7 +413,7 @@ INPUT = "0.1"
413413```
414414```css
415415OUTPUT = {
416- "cs _val ": " 10% "
416+ "cs _val ": " 10"
417417}
418418```
419419
@@ -422,7 +422,7 @@ INPUT = "0.01"
422422```
423423```css
424424OUTPUT = {
425- "cs _val ": " 1% "
425+ "cs _val ": " 1"
426426}
427427```
428428
@@ -431,7 +431,7 @@ INPUT = ".5"
431431```
432432```css
433433OUTPUT = {
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.
You can’t perform that action at this time.
0 commit comments