Hi All
We have created a custom REST API to pull data into Celonis. This is working well for full data extractions.
How do we create and use a variable within the API rest query to enable delta extract?
ie. We want a way to replace the text in {{}} with the last date within the datamodel:
http://xxx.service-now.com/api/now/table/sys_audit?sysparm_display_value=true&sysparm_query=tablename=interaction^sys_created_on>javascript:gs.dateGenerate({{MAX DATE FROM MODEL}}','00:00:00')^ORDERBYsys_created_on&sysparm_offset=0&sysparm_limit=1000
thanks
David