Variable transformations allow builders in Workshop to apply common operations to variables, as well as chain operations together by referencing previous operations.
Parser
field. For example, if passing in a string variable with the value 06/26/24
, select M/dd/yyyy
as the corresponding parser format to cast to a date type.Parser
field. The timezone used when casting the outputted timestamp value may be defined either using the user’s local timezone, set statically via options in a dropdown, or set dynamically using a string reference or variable. For example, if passing in a string variable with value 2024 06 26 12:50 AM
, select yyyy M dd hh:mm aa
as the corresponding parser format to cast to a timestamp type.String concatenation
operation.