# Creation and submission date are different for forms

## Question

When we download a forms report from the Submitted Form tab, we notice that for some forms, the submission date and creation date do not match. In fact, there are several instances where the creation date is later than the submission date.

We would expect the creation date to always be earlier than the submission date, so this behavior is unexpected. Why does it happen?

![](/files/90dffd0255e45233c50dff5b12acbf13c183ef16)

## Answer

This is how the platform logic works for check-in and task forms:

* When a task is created with an assigned form, the platform immediately generates a form for that task. Since the task will require completion at some point, the system prepares a file with an empty form in the database right away - we know the form is needed before it is submitted.
* For check-ins, however, the platform doesn't know in advance that a form should be created. The form is only added to the database after submission, which is why the creation date for check-in forms appears after they're submitted.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://navixy.com/docs/qna/using-navixy/creation-and-submission-date-are-different-for-forms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
