Skip to content

Conversation

@juhikumarimodi6
Copy link
Contributor

Description

This Flow Action performs common string transformations in ServiceNow Flows. It supports multiple operations such as:

  • uppercase — converts string to uppercase
  • lowercase — converts string to lowercase
  • titlecase — capitalizes the first letter of each word
  • sentencecase — capitalizes the first letter of the string
  • trim — removes leading and trailing spaces

Inputs:

  • inputString — the string to transform
  • operation — the operation to perform

Outputs:

  • result — transformed string
  • success — true if executed successfully
  • message — status or error message
image

@github-actions
Copy link

github-actions bot commented Oct 3, 2025

Valid PR for ActionPack

Thank you for your contribution. This PR complies with the CONTRIBUTING.md.
A maintainer will review this shortly. In the meantime, Happy Hacking!

@niamccash niamccash self-assigned this Oct 3, 2025
@niamccash niamccash merged commit 3cda529 into ServiceNowDevProgram:main Oct 3, 2025
@niamccash
Copy link
Contributor

Thank you for your contribution!

@juhikumarimodi6 juhikumarimodi6 deleted the string_utilities branch October 4, 2025 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants