I am using ION API connection point to call API everyday and get data for previous day. there is a system variable in ION ([current_date]).
Is there a way to get previous date ([current_date]-1) at runtime?
Hi Sethu,
I ran into the same problem. Have you found a solution for this?
Kind regards,
Sarah
Nevermind, I've found a solution:
There are functions available to calculate dates. You can find them in the IDM Control Center on the Configuration/Retention Policies page by clicking the i-symbol.
That great!! I have used last_execution_date to achieve the result, since process is run daily that variable was helpful.