Allows for custom node creation
Dropdown
format_date_time
Formats the date and time in a human-readable manner
date_time
formatted_date_time
datetime
module is used to format the date and time.
Test Code
button in the top right corner of the editor accordion.
{{time_0.output}}
Demo date time transformation
{{transformation_0.formatted_date_time}}
file_to_base64
Converts the content of a file to base64 and outputs the first 10 characters
input_file
base64_content
base64
module is used to convert the content of a file to base64.
Test Code
button in the top right corner of the editor accordion.
{{input_0.file}}
Demo File Transformation
{{transformation_0.base64_content}}