Hi,
I'm creating an app that takes data from two API inputs and outputs to an Excel that has several tabs. I'm using control containers to orchestrate the output. The issue that I am running into is that you cannot self-feed a list of dates from the input into the interface tools. Initially I took a subset of the data, pivoted it, reformatted the date in the column headers to mimic the same structure as the core data and when testing the run, 0 records were returned after the filter.
Typically I would create a chained app but I'd like to avoid this where possible.
Is there any way to have the option to select a date, feed in a list of dates without creating a chained app?