Hi community,
I am facing the issue with an dynamic input tool. I am using the 'Modify SQL query' option and I am modifying date filters within query by replacing dates in the query with startdate and stopdate (see the example picture).
So dynamic input tool should execute given query as many times as many there are incoming rows and it should output the calculated data for all time periods. I am saving that data to database.
I use that dynamic input tool in a macro which is a part of bigger workflow.
When macro run solely, everything works as expected - all queries are executed for all dates.
Unfortunately, when I run the entire workflow, it seems that the dynamic input is not execuing all queries, as I have some lacking data in the database.
(and yes, I double checked the data and I should have more records coming out from the dynamic output tool plus my missing time periods are always time intervals from the incoming tool table).
What's even more surprising is that when I tested the workflow, it ommits different date intervals each time.
I have the AMP engine with the engine comparability mode turned on, by I need to have the AMP on as I am running Control Container.
Is it possible that it's because of the AMP engine?
I'd apprecieate any help, thanks!