Hi,
We are trying to parameterize the dates ( Source options - "Filter by last modified" start time (UTC)) in the data factory- data flow - but its not allowing us to fetch the expected result.
The date parameterization logic is not getting picked up and is getting trespassed with NO EROORS.
Input date format: 2021-04-12 04:53:00.0000000
Logic applied - toTimestamp($start_date, 'yyyy-mm-dd\'T\'HH:mm:ss')

