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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.