This is my query
SELECT Id, ...
FROM Task
WHERE LastModifiedDate > @{activity('Lookup_SF_Task').output.firstRow.LastExtractRecordDate}
This is how LastExtractRecordDate is being pulled by a Look Up module.
This is the error I get
No matter how I wrap/format/cast/convert the date it seems to find a way to complain..
Can anyone explain how to use dynamic content / parameters / syntax ?
Thank you.
