Hello,
I was wondering if someone from the community had an idea of any possibility of fetching SQL data with the Table Consumer and somehow filtering the query based on e.g. a rolling three months window? Currently, filtering within the Table Consumer allows for operations such as GREATER THAN and BETWEEN, but in those cases you still need to update the dates by hand as time goes on. Things like GETDATE and CURRENTTIME did not work as parameters.
Any suggestions?