I tried creating a dynamic chain app which first takes data from customer and order table using my SQL server. Then firstly it filters on CustomerCategoryID then the output is stored in a yxdb file. Then in 2nd App that output should be picked and then using drop down filter it should filter on CustomerName. But the issue I am getting is the 2nd App is giving stale data of previous runs, that the customer names are not getting dynamically updated after App1 run.
The first App is Customer Category App and the 2nd is Customer Name App. At the end I have also added the drive link for video I have captured while running the app in a chained manner but the last output block is empty because I have selected if there is no output then suppress it.


https://drive.google.com/file/d/1VHibRbp1zsc7c_z-k2Rqb3IGaF4zGH-U/view?usp=sharing