How do I seed the lastExportDateTime when using a Delta export type?

When I set up a data source with a basic HTTP API and I select the Delta export type, the {{lastExportDateTime}} is a critical parameter.

But where can I set a starting value for it?

I would get some data to let me start developing my transformation if I could use an earlier date.

Thanks!

@Daniel_Wilson … there was a discussion of a few different options on that here. Hope this helps.

You can add Handlebars expressions to the URL in Celigo to manipulate date, including using custom helpers like date add substract, as referenced in the Celigo documentation:
Celigo dateAdd function

OK, that looks like a promising workaround for development. Thanks!

Thanks!

The first response in that thread appears to be what I’m looking for. I’ll try to follow those instructions.

@Daniel_Wilson so you mean running it manually and then selecting a custom date right?

To add, typically an application won’t respond with an error when no results are found as it will just respond with an empty array or return no data with a 200 code. When this happens, we provide a pop-up to the user saying “We didn’t find anything, would you like to use a different date?” In this case, since the application is actually throwing an error back, that doesn’t occur.