03-12-2024 11:48 AM
SELECT ConversionRate, CreatedById, CreatedDate, Id, IsoCode, LastModifiedById, LastModifiedDate, NextStartDate, StartDate, SystemModstamp FROM DatedConversionRate
where IsoCode in('AUD','CAD','EUR')03-13-2024 05:24 AM - edited 03-13-2024 05:25 AM
You can try with enabling the expression evaluation, and with the following expression:
"SELECT ConversionRate, CreatedById, CreatedDate, Id, IsoCode, LastModifiedById, LastModifiedDate, NextStartDate, StartDate, SystemModstamp FROM DatedConversionRate
where IsoCode in("+$currencyCodes+")"