Hello @Krishnamohan Nadimpalli,
Could you please add more info on your Source dataset, how does it look when you do 'Preview Data' in ADF?
Please attach some screenshots of your ADF pipeline with exact requirement or what your are trying to resolve?
Here's how you can use the ServiceNow Query Builder to construct a query that uses the year() function:
- Open the ServiceNow Query Builder by navigating to the "System Definition" > "Tables" menu in ServiceNow and selecting the table that you want to query.
- Click on the "Query" button to open the Query Builder.
- Drag the column that you want to filter on to the "Filter" section of the Query Builder.
- Click on the "Function" dropdown and select "year".
- Enter the column name as the argument to the year() function.
- Enter the year that you want to filter on in the "Value" field.
- Click on the "Run" button to execute the query and view the results.
Once you have constructed your query using the Query Builder, you can use it in your Azure Data Factory pipeline to retrieve data from ServiceNow and copy it to your destination.
If the response is helpful, please click "Accept Answer" and Click 'Yes'. So that we can close this thread.