Odata
Input
Data
Output
Data
Description
This activity interacts with the data source using the OData protocol to fetch and manipulate data.
Configuration Fields
- Connection Configuration options for authentication session for Microsoft Dynamics.
- ResourceName Unique identifier for the data entity or collection.
- ServicePath URL route to access OData service endpoints.
- NumberOfRetries Number of retries on OData call failure before terminating the operation.
- Filters Add OData filters (e.g.,
"city eq 'Berlin'"
). - Skip Number of records to be skipped before fetching data.
- Top Number of records to be fetched. Leave empty to fetch all records.
Sample Input
Not Applicable
Sample Configuration
Sample Output
Not Applicable