Skip to content

Conversation

@Vishnu-rvk
Copy link
Contributor

This custom action takes a user's full name and employee ID as input, then uses JavaScript string methods to:

Extract initials from the full name (e.g., "R, Vishnu Kumar" → "RVK")
Generate a standardized email alias in the format initials.employeeId@company.com (e.g., rvk.vk1234@company.com)

It uses string operations like replace(), trim(), split(), toUpperCase(), and toLowerCase() to clean and format the data.

@github-actions
Copy link

github-actions bot commented Oct 9, 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!

@ivan-betev ivan-betev self-assigned this Oct 9, 2025
@ivan-betev
Copy link
Contributor

Thanks for you contribution! Looks good to me!

@ivan-betev ivan-betev merged commit 5ccd219 into ServiceNowDevProgram:main Oct 9, 2025
@Vishnu-rvk Vishnu-rvk deleted the action-updates branch October 19, 2025 10:24
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