Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,19 @@ If you haven’t set up a feed yet, learn how to set one up:
3. Select the card connection name.
4. Click **Assign card** on the card you want to assign.
5. Enter the assignee's name, email address, or phone number.
6. Review the details and click **Assign card** to finalize the assignment.
7. If needed, update the **Transaction start date** to choose the date from which Expensify starts importing transactions for the card.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Step formatting violation: Step numbering skips from 5 to 7. This should be step 6, not 7. The next step should be 7, not 8. Sequential numbering is required per the step formatting standards.

Suggested change
7. If needed, update the **Transaction start date** to choose the date from which Expensify starts importing transactions for the card.
6. If needed, update the **Transaction start date** to choose the date from which Expensify starts importing transactions for the card.

8. Click **Assign card** to finalize the assignment.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Step formatting violation: This should be step 7 (following the corrected numbering above).

Suggested change
8. Click **Assign card** to finalize the assignment.
7. Click **Assign card** to finalize the assignment.


---

## What happens after you assign company cards

- Posted transactions from the assigned card import automatically into the member's account as expenses.
- Expensify imports transactions from the Transaction start date onward.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming convention violation: "Transaction start date" is a UI element label and should be bolded, consistent with how it is referenced in step 6 above. Per the naming conventions, all UI element labels must use bold formatting.

Suggested change
- Expensify imports transactions from the Transaction start date onward.
- Expensify imports transactions from the **Transaction start date** onward.

- The imported company card expenses are added to reports and submitted according to Workspace rules.

---

# FAQ

## Can I assign a company card to someone who is not a member of the Workspace?
Expand All @@ -50,3 +54,7 @@ Yes. A member can have multiple company cards assigned. Each card’s transactio
## Can members unassign their own company cards?

No. Only Workspace Admins and their Copilots can assign or reassign company cards.

## Can I change the transaction start date on an assigned card?

Yes. You can update the Transaction start date at any time from the assigned card's details. The Transaction start date determines the date from which Expensify imports transactions for the card.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming convention violation: "Transaction start date" appears twice in this answer without bold formatting. Since it is a UI element label, it should be bolded per naming conventions.

Suggested change
Yes. You can update the Transaction start date at any time from the assigned card's details. The Transaction start date determines the date from which Expensify imports transactions for the card.
Yes. You can update the **Transaction start date** at any time from the assigned card's details. The **Transaction start date** determines the date from which Expensify imports transactions for the card.

Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ Filters help you narrow down expenses or reports so you can find exactly what yo

You can filter your **expenses** and **reports** using dropdowns, search bars, and chips.

- **Expenses:** can be filtered by `Date`, `Merchant`, `Category`, `Tag`, `Amount`, `Reimbursable`, `Billable`, `Status` (e.g. Unreported, Deleted)
- **Expenses:** can be filtered by `Date`, `Merchant`, `Category`, `Tag`, `Amount`, `Reimbursable`, `Billable`, `Status` (e.g. Unreported, Deleted), and `Exported to`.

- **Reports**: can be filtered by `Submitter`, `Workspace`, `Report Status` (e.g. Draft, Outstanding, Approved, Paid), `Date`
- **Reports**: can be filtered by `Submitter`, `Workspace`, `Report Status` (e.g. Draft, Outstanding, Approved, Paid), `Date`, and `Exported to`.

To view other available filters, click into the **search box** on the **Spend** page while viewing **Reports** or **Expenses** under **Explore**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@ You'll receive the exported CSV file in a message from Concierge.

## What export templates can I choose from?

Expensify offers pre-built export templates, or you can build your own custom export template. All available templates will appear in the menu when you export an expense.
Expensify offers pre-built export templates, or you can build your own custom export template.

- **Basic export** - Essential fields including date, amount, merchant, category, and receipt URL.
- **All Data - expense level** - One row per expense with all available data fields.
- **custom templates** - Any custom template created by you or your Workspace Admin, if available.

- **Custom templates** - Any custom template created by you or your Workspace Admin, if available.

**Note** Currently, it's not possible to build custom export templates on New Expensify, they can only be created on Expensify Classic. However, once built they will be available on New Expensify when exporting expenses. [Learn how to build a custom export template in Expensify Classic](/articles/expensify-classic/spending-insights/Export-Expenses-And-Reports#create-a-custom-export-template).
**Note:** Currently, it's not possible to build custom export templates on New Expensify, they can only be created on Expensify Classic. However, once built they will be available on New Expensify when exporting expenses. [Learn how to build a custom export template in Expensify Classic](/articles/expensify-classic/spending-insights/Export-Expenses-And-Reports#create-a-custom-export-template).

## Where do I find the exported file?

Expand All @@ -58,8 +56,6 @@ If your Workspace Admin has created custom export templates, you can select one

## Why don't I see certain export templates?

Report-level templates (such as All Data - Report Level Export) only appear when exporting from **Spend > Reports** page with full reports selected. When exporting individual expenses from the Expenses page, only expense-level templates are available.

If all selected expenses are deleted, only the **Basic export** template is available. Other export templates require a report, and deleted expenses are not associated with any report.

## The data looks wrong in Excel. How can I fix it?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,15 @@ You can use the following operators to filter reports:
- `report-id:` – unique report reference
- `status:` – draft, outstanding, approved, paid, done
- `submitted:` / `approved:` / `paid:` / `exported:` – supports absolute or relative dates, and comparisons for date ranges (e.g., `submitted>=2024-01-01 submitted<=2024-01-31`)
- `exported-to:` – filter by where reports or expenses were exported, such as a connected accounting integration.
- `title:` – report title
- `total:` – total amount with relative comparisons
- `withdrawn:` – ACH withdrawal date
- `withdrawal-type:` – reimbursement, expensify-card, or central-travel-invoicing
- `action:` – blocking report action, e.g. `action:approve`

**Example query:**
`status:paid exported<=2026-01-01`
`status:paid exported<=2026-01-01 exported-to:xero`

---

Expand Down
Loading