Skip to Main Content
Nintex Ideas

đź‘‹ Use this site to provide feedback and ideas for all Nintex Products. See our post on Nintex Community "Welcome to Nintex Ideas" for more details on Nintex Ideas, how an idea is handled by our product teams and more!


If you have questions about Nintex Ideas, please contact ideas@nintex.com

If you require support, please visit Nintex Customer Central

If you have a sales inquiry, please contact sales@nintex.com

Status Not Planned
Categories Workflow Designer
Created by Gavin Adams
Created on May 1, 2020

workflow initiated datetime in start event context

The datetime for a when a workflow is initiated is not available in the workflow designer.

Consider if I have a form which has a date control for date and time called 'formdate'.

In the workflow designer when I insert a variable I have the 'formdate' in the 'start event'. That has a default value of datenow().
'Context' give current date/time and as well as workflow instance ID, etc.
'Start event context' supplies workflow initiator (if authenticated form).

As actions can be delayed (ie use of current datetime) it would be great to have the datetime for when the workflow was initiated as a start event context. This would be the most accurate approximation of the submit time of the form.
  • ADMIN RESPONSE
    Sep 7, 2022
    Thanks for that.

    Just to clarify - what would be the main use of this date capture?
  • Attach files
  • Admin
    Peter Byun
    Reply
    |
    Mar 27, 2024

    Thank you very much for posting your feedback for our review. At this time, we will not be adding this request to the near-term backlog, as we are focused on other highly requested features. However, we reevaluate requests every quarter and will reach out if priorities change. Please keep the feedback coming as it is critical for our longer-term planning.

  • Gavin Adams
    Reply
    |
    Sep 7, 2022
    Hi Joshua,
    to capture the actual submit time of the form
    (rather than when the form was opened or when the action ran to submit the entry into the SQL db or SPO list)
    Or in the case of a component workflow when the workflow was called to start.
    If someone opens the form they may spend several minutes on the form before it is submitted.

    expanded a little more in the forum post.
    https://community.nintex.com/t5/Nintex-Workflow-Cloud/Requesting-workflow-initiated-datetime/td-p/112993

    In my use case it was an attendance form. we wanted to capture into the db the datetime the student submitted their attendance rather than the time they opened the form or when the action ran to submit into the DB.