cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic date filter in SAP Data Intelligence Cloud operator

KiranMaliipudi
Discoverer
0 Kudos
74
Hello Community,
 
I am using SAP Application consumer Gen2 operator to fetch odata calls from an entity. I am able to filter the data with odata query using below settings.
 
"selectOptions": [
{
"name": "lastModifiedDateTime",
"elements": [
{
"comparison": ">=",
"low": "2023-06-01 00:00:00.1234"
}
]
}
]
 
 
However, I want to run the pipeline with automatic lastModifiedDateTime like Today's date or specific days from today. How can I define this in the diagram/json format of the operator? Is there a way to define custom variables in the pipeline and automatic query to populate the variable without manual intervention?
 
Any suggestions are appreciated.
 
Regards,
Kiran 

Accepted Solutions (0)

Answers (0)