Issue Description: I have a flow where I am retrieving data (sales) from several ERP(JD Edwards) tables, and then aggregating the Date fields, as to create one single column containing the date.
Then, I want to retrieve from an exchange rate table, the corresponding rates (monthly) based on the date in the unified column. The principle how this should be retrieved is, for each order date, search in the ER table, and get the exch. rate from the day closest (in descending order) to the order date.
The problem I have is that I do not know which component to use in Alteryx to pass the consolidated field to my query (screenshots attached).
I would be grateful if someone has some suggestions based on a similar scenario!