Hi I'm getting a SQL row of exchange rate date and filtering by certain rates and where the createdOn is today.
I can get it to work aside from the today filter. This is my filter expression:
TransactionCurrencyIdName eq 'US Dollar' or TransactionCurrencyIdName eq 'Australian Dollar' or TransactionCurrencyIdName eq 'Euro' or TransactionCurrencyIdName eq 'South African Rand' and CreatedOn eq @{formatDateTime(utcNow(),'yyyy/MM/ddT00:00:00Z')}
This is the error
An identifier was expected at position 202.
inner exception: An identifier was expected at position 202.
I can only assume tis is related to the data format/now expression can anyone please advise?
The CreatedOn data is in ISO 8601 -
"CreatedOn":"2016-10-25T07:46:03Z"