Automate Day & Date Logging on Manual Trigger

somdn_product_page

This workflow is designed to log the current date and day of the week whenever manually triggered. It is useful for tracking or timestamping events in a process or application.

The workflow starts with a manual trigger node, which allows a user to initiate the process on demand. When triggered, it proceeds to a Function node that executes JavaScript code. This code captures the current date in ISO format and identifies the current day of the week, matching it to a weekday name.

The Function node then outputs these values—’date_today’ and ‘day_today’—which can be used for logging, populating reports, or further processing within your workflow.

This setup is practical for scenarios where you need to record precise timestamps and day references each time an event occurs, such as in logging user actions, scheduling tasks, or maintaining activity records.

Node Count

0 – 5 Nodes

Nodes Used

function, manualTrigger

Reviews

There are no reviews yet.

Be the first to review “Automate Day & Date Logging on Manual Trigger”

Your email address will not be published. Required fields are marked *