Hello,
I have two chained apps, App1 & App2. App1 takes user input, which is used to determine data that populates a list box in App2. App1 outputs this data into a yxdb file (UsrInput_BUNum.yxdb). App2 should show a list box with data from this .yxdb file and do some more calculations. The issue is the list box retains values from when App2 was run and doesn't dynamically capture latest data in the .yxdb file. When App1 is run for input value “99999999S”, it gives two values that populate listbox in App2 as shown in first image below. But when App1 is run for input value “77777777A”, it gives two new values which are not populating listbox in App2 as shown in second image.
Please see both apps & associated input/output files attached. Thanks for your help.

