Extract part of a date transform action
Last updated
Was this helpful?
You have received a date in a response from an API, you are going to use this to dynamically specify the year in another request based on what was received in the response.
Given a date or date time string, extract a part of the date.

Date Time String
The original date time string to extract a part from.
Part to Extract
The part of the date to extract. Defaults to year.
Inputs: Date Time String: 2025-06-27T00:05:24.000 Part: Year (4 digits)
Result from Example 1:
Result from Example 2:
Last updated
Was this helpful?
Was this helpful?
202527