You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our case, the data we read is from a period of time. "url": "{{destinations.LGMIntegrationCards_Destination}}/integrationtask-launchpad-sap-internal/v1/IntegrationTaskLaunchpadAPI?$apply=filter((integrationTaskStatus_code%20eq%20%27ERROR%27) and (taskStartDateTime gt {filters>/dateRange/range/start}) and (taskStartDateTime lt {filters>/dateRange/range/end}))/groupby((businessObjectType_code,integrationTaskStatus_code,businessObjectTypeDescription),aggregate($count as TotalCount))",
so in the nagvigation we want jump to the APP with (taskStartDateTime gt {filters>/dateRange/range/start}) and (taskStartDateTime lt {filters>/dateRange/range/end})
currently I can only pass a value but no range value
Why are you proposing this feature?
In our case, the data we read is from a period of time.
"url": "{{destinations.LGMIntegrationCards_Destination}}/integrationtask-launchpad-sap-internal/v1/IntegrationTaskLaunchpadAPI?$apply=filter((integrationTaskStatus_code%20eq%20%27ERROR%27) and (taskStartDateTime gt {filters>/dateRange/range/start}) and (taskStartDateTime lt {filters>/dateRange/range/end}))/groupby((businessObjectType_code,integrationTaskStatus_code,businessObjectTypeDescription),aggregate($count as TotalCount))",
so in the nagvigation we want jump to the APP with
(taskStartDateTime gt {filters>/dateRange/range/start}) and (taskStartDateTime lt {filters>/dateRange/range/end})
currently I can only pass a value but no range value
our integration card is in the sap build workzone, standard.
may I know if it can be realized?
How should a possible solution look like?
No response
Are there alternative approaches?
No response
Any further information you would like to share?
No response
The text was updated successfully, but these errors were encountered: