formatting

  • Formatting: Pre-built actions to make formatting and manipulating data within your workflows easier.

    • [Date/Time] Compare Dates: Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.

    • [Text] Convert HTML to Markdown: Convert valid HTML to Markdown text

    • [Text] Convert HTML to text: Convert valid HTML to text

    • [Data] Convert JSON to String: Convert an object to a JSON format string

    • [Text] Convert Markdown to HTML: Convert Markdown text to HTML

    • [Date/Time] Format: Format a date string to another date string. For more examples on formatting, see the Sugar Date Format documentation.

    • [Text] Extract by Regular Expression: Find a match for a regular expression pattern. Returns all matched groups with start and end position.

    • [Text] Extract Email Address: Find an email address out of a text field. Finds the first email address only.

    • [Text] Extract Number: Find a number out of a text field. Finds the first number only.

    • [Text] Extract Phone Number: Find a complete phone number out of a text field. Finds the first number only.

    • [Text] Extract URL: Find a web URL out of a text field. Finds the first URL only.

    • [Numbers] Format Currency: Format a number as a currency

    • [Numbers] Format Number: Format a number to a new style. Does not perform any rounding or padding of the number.

    • [Text] Replace Text: Replace all instances of any character, word or phrase in the text with another character, word or phrase.

    • [Text] Set Default Value: Return a default value if the text is empty

    • [Text] Split Text: Split the text on a character or word and return one or all segments

    • [Text] Transform Case: Transform case for a text input

    • [Text] Trim Whitespace: Removes leading and trailing whitespace

    • [Text] Decode URL: Decode a URL string

    • [Text] Encode URL: Encode a string as a URL

    • [Date/Time] Add/Subtract Time: Add or subtract time from a given input

    • [Data] Parse JSON: Parse a JSON string

Last updated

Was this helpful?