Hi, I'm setting up a workflow that connects to an Oracle Peoplesoft database where I'm using three different tables. I have two filters:
one to change the date: "Pay_End_Date" between to_date('01-01-2021', 'YYYY-MM-DD') and to_date('02-01-2021', 'YYYY-MM-DD')
and another to change a paygroup: "AAA"
An input from an excel sheet has the name of the paygroup and a performance date range. Ideally, I want Alteryx to be able to read the columns from the Excel file and change the filters automatically, instead of me manually changing them. I saw the data stream in too, but that requires a write connection to Oracle and I'm sure my admin will not allow that. Any other workarounds?