# Export Type Not Saving on Reload When Using lastExportDateTime & Requires Query Parameter Reentry

**URL:** https://connective.celigo.com/t/export-type-not-saving-on-reload-when-using-lastexportdatetime-requires-query-parameter-reentry/5953
**Category:** Integrator.io
**Tags:** akeneo, query-parameters, export
**Created:** [December 17, 2025, 3:40pm UTC](https://connective.celigo.com/t/export-type-not-saving-on-reload-when-using-lastexportdatetime-requires-query-parameter-reentry/5953 "2025-12-17T15:40:18Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![jaredfraley](https://sea1.discourse-cdn.com/flex001/user_avatar/connective.celigo.com/jaredfraley/32/9621_2.png) [@jaredfraley](https://connective.celigo.com/u/jaredfraley)
#### Post date: [December 17, 2025, 3:40pm UTC](https://connective.celigo.com/t/export-type-not-saving-on-reload-when-using-lastexportdatetime-requires-query-parameter-reentry/5953/1 "2025-12-17T15:40:18Z")

</div>

Hi Everyone,

This is either a bug or I am trying to do something the platform cannot handle.

There is no “Delta” export type option for the Akeneo source application, so I just selected “All”. It works but every time I go back into the export I have to reselect “All” as the export type if I want to make any changes. When I do reselect the export type, it clears my search query parameter that contains the delta logic.

[See Video](https://gyazo.com/9c0eec66d79fd4b5f9b6977b557e3f28)

Search query parameter:  
`{"updated": [{"operator": ">", "value": "{{{dateFormat "YYYY-MM-DD[T]HH:mm:ss" lastExportDateTime}}}Z"}]}`

Is this intentional? If so, is there a better way to accomplish the same logic?

Thanks.

---

<div class="post-metadata">

### Author: ![tylerlamparter](https://sea1.discourse-cdn.com/flex001/user_avatar/connective.celigo.com/tylerlamparter/32/9204_2.png) [@tylerlamparter](https://connective.celigo.com/u/tylerlamparter)
#### Post date: [December 18, 2025, 6:19pm UTC](https://connective.celigo.com/t/export-type-not-saving-on-reload-when-using-lastexportdatetime-requires-query-parameter-reentry/5953/2 "2025-12-18T18:19:49Z")

</div>

Looks like a bug, but also an enhancement opportunity for us: we could enhance this connector to support Delta in the Simple view.

For now, can you toggle to HTTP view at the top left, then choose Delta? This won't work otherwise, since lastExportDateTime is only available in Delta mode and isn't available for All mode.

---

<div class="post-metadata">

### Author: ![jaredfraley](https://sea1.discourse-cdn.com/flex001/user_avatar/connective.celigo.com/jaredfraley/32/9621_2.png) [@jaredfraley](https://connective.celigo.com/u/jaredfraley)
#### Post date: [December 22, 2025, 2:49pm UTC](https://connective.celigo.com/t/export-type-not-saving-on-reload-when-using-lastexportdatetime-requires-query-parameter-reentry/5953/3 "2025-12-22T14:49:44Z")

</div>

Got it, yes that would be a good enhancement, how come Delta is not available globally in simple view?

---

<div class="post-metadata">

### Author: ![tylerlamparter](https://sea1.discourse-cdn.com/flex001/user_avatar/connective.celigo.com/tylerlamparter/32/9204_2.png) [@tylerlamparter](https://connective.celigo.com/u/tylerlamparter)
#### Post date: [December 22, 2025, 8:50pm UTC](https://connective.celigo.com/t/export-type-not-saving-on-reload-when-using-lastexportdatetime-requires-query-parameter-reentry/5953/4 "2025-12-22T20:50:20Z")

</div>

Because we need to build out our metadata library more to know _how_ to delta off an endpoint. Every endpoint and application is different, and if we haven't captured the “how” for an endpoint, then Delta doesn't show as an option in the simple view. That being said, we are constantly improving metadata and releasing updates to it every 2–3 weeks. I'll pass this along, and I'm sure we can get it added in no time.

---

<div class="post-metadata">

### Author: ![jaredfraley](https://sea1.discourse-cdn.com/flex001/user_avatar/connective.celigo.com/jaredfraley/32/9621_2.png) [@jaredfraley](https://connective.celigo.com/u/jaredfraley)
#### Post date: [December 23, 2025, 2:13am UTC](https://connective.celigo.com/t/export-type-not-saving-on-reload-when-using-lastexportdatetime-requires-query-parameter-reentry/5953/5 "2025-12-23T02:13:59Z")

</div>

That’s fair, I can see how an inexperienced user might get confused when attempting to use a delta export and having to develop the logic instead of using a prebuilt option. On the other hand, if the requirement of lastExportDateTime being used is satisfied, regardless of view, why not allow it?

---

<div class="post-metadata">

### Author: ![tylerlamparter](https://sea1.discourse-cdn.com/flex001/user_avatar/connective.celigo.com/tylerlamparter/32/9204_2.png) [@tylerlamparter](https://connective.celigo.com/u/tylerlamparter)
#### Post date: [December 23, 2025, 2:34am UTC](https://connective.celigo.com/t/export-type-not-saving-on-reload-when-using-lastexportdatetime-requires-query-parameter-reentry/5953/6 "2025-12-23T02:34:25Z")

</div>

We wouldn't want to show "Delta" as an option under simple view if choosing it didn't give you the delta behavior. One option would be to show it, but then redirect the user to the HTTP view, though that could be confusing as well. In your case, maybe if someone references "lastExportDateTime" within a Handlebars expression, we could auto-detect that and move the user to Delta. I'm not generally a fan of auto-detecting logic, though, because you might override what someone manually wants to do.

All that being said, engineering let me know they may have this connector updated tomorrow with delta handling.

---

<div class="post-metadata">

### Author: ![sreevaniamara](https://sea1.discourse-cdn.com/flex001/user_avatar/connective.celigo.com/sreevaniamara/32/6926_2.png) [@sreevaniamara](https://connective.celigo.com/u/sreevaniamara)
#### Post date: [December 24, 2025, 10:25am UTC](https://connective.celigo.com/t/export-type-not-saving-on-reload-when-using-lastexportdatetime-requires-query-parameter-reentry/5953/7 "2025-12-24T10:25:05Z")

</div>

Hi @jaredfraley ,

Team has updated the connector to support Delta in the simple view. Thanks!
