# Can you control the order with which items are created or synced in Webflow?

<figure><img src="/files/1hz5RAu5Rlr5upkULGwm" alt=""><figcaption></figcaption></figure>

When using PowerImporter to sync your data from Airtable to Webflow, the order of items as they're created or synced isn't inherently controllable through PowerImporter.&#x20;

This is due to the way PowerImporter processes data in bulk actions. However, there are workarounds within Airtable and Webflow that allow you to manage the order of your items effectively:

### &#x20;<mark style="color:blue;">‍</mark><mark style="color:blue;">**Method 1: Using a Number Field**</mark>

1\. Create a Number Field in Airtable: Add a new field to your Airtable base, formatted as a number. This field can represent the desired order of your items when they appear in Webflow.\
2\. Sort in Webflow: After syncing your Airtable base with Webflow through PowerImporter, use Webflow's sort functionality within the collection list settings to sort items based on the number field you've created.

### &#x20;<mark style="color:blue;">‍</mark><mark style="color:blue;">**Method 2: Using Time Created for Sorting**</mark>

**‍**1. Create a Formula Field in Airtable: If you want to sort items by the time they were created, add a formula field in your Airtable base using the \`CREATED\_TIME()\` formula.\
2\. Map the Field in PowerImporter: Ensure this new formula field is mapped in PowerImporter to correspond with a field in your Webflow CMS.\
3\. Sort by Time Field in Webflow: Utilize the sort feature in Webflow to organize your collection items based on the mapped formula field, which reflects the creation time.


---

# 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://documentation.powerimporter.com/resources/faq/can-you-control-the-order-with-which-items-are-created-or-synced-in-webflow.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.
