Formatting
Pre-built actions to make formatting and manipulating data within your workflows easier.
Start for freeCategory
Works with
AI Compatible
Tools
[Date/Time] Add/Subtract Time
Add or subtract time from a given input
[Date/Time] Compare Dates
Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.
Convert HTML to Markdown
Convert valid HTML to Markdown text
Convert HTML to text
Convert valid HTML to text
[Data] Convert JSON to String
Convert an object to a JSON format string
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.
Extract Email Address
Find an email address out of a text field. Finds the first email address only.
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. Return only the translated text without explanations.
[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.
[Data] Parse JSON
Parse a JSON string
[Text] Replace Text
Auto-detect the source language from the text itself. Maintain the original tone, technical terminology, and formatting. Text to translate: Replace all instances of any character, word or phrase in the text with another character, word or phrase. Return only the translated text without explanations.
[Text] Set Default Value
Return a default value if the text is empty
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
Trim Whitespace
Removes leading and trailing whitespace
Decode URL
Decode a URL string
[Text] Encode URL
Encode a string as a URL