Skip to content

Conversation

@Aryan-Bhendarkar
Copy link

@Aryan-Bhendarkar Aryan-Bhendarkar commented Oct 1, 2025

Pull Request Checklist

Overview

  • I have read and understood the CONTRIBUTING.md guidelines
  • My pull request has a descriptive title that accurately reflects the changes
  • I've included only files relevant to the changes described in the PR title and description
  • I've created a new branch in my forked repository for this contribution

Code Quality

  • My code is relevant to ServiceNow developers
  • My code snippets expand meaningfully on official ServiceNow documentation (if applicable)
  • I've disclosed use of ES2021 features (if applicable)
  • I've tested my code snippets in a ServiceNow environment (where possible)

@Atul-LNG Atul-LNG self-assigned this Oct 1, 2025
@Paulsylo25 Paulsylo25 requested a review from earlduque October 1, 2025 12:14
var htmlString = inputs.htmlValue || '';
outputs.plainString = removeHtmlTags(htmlString);
})(inputs, outputs);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've completely changed the way this IIFE is configured and it's not a pattern that most ServiceNow devs will be familiar with. For a script action in a Flow it's best to stick with the system generated template.

@wiz0floyd
Copy link
Contributor

Please update this to follow the template in the script action in Flow Designer.

@wiz0floyd wiz0floyd closed this Oct 1, 2025
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.

3 participants