HCI: Dynamic filter for SF Query.
I have a requirement where I need to pull extracts from SF where lastModifiedDate is used to pull latest records from SF. Below is my SF Query.
$select=externalCode,approvalStatus,cust_Endtime,cust_Starttime,endDate,fractionQuantity,lastModifiedDateTime,startDate,timeType,userId&$filter=lastModifiedDateTime ge datetimeoffset'${property.SystemDate}'. I have tried with SF Adapter but i am not getting data from SF. Can anyone provide me the solution for this issue.