When defining a document on an ION API connection point you can use the standard variables (with CTRL+space). There, the variables for last executed datetime is available that can be used when filtering data based on datetime is needed. The issue I have is that the intial value of the last_executed_datetime_iso is 0001-01-01T00:00:00.000Z and in the external API that I connects to, this is not a valid value, so the api fails. Since the api fails, the last executed datetime is not update and thus the api fails again.
Is it possible somewhere to define what the initial value of this variable is, when the exceution has not been performed yet?
Now I have been forced to hardcode a valid datetime in this input and let the integration run and the last excecution datetime is updated and then set the value back to the variable again.