Hi,
First time with the chained app concept.
I'm trying to let the user select from a list box an instance of Salesforce (1st app), then use that selection to offer a list of available tables to query (2nd app).
The first app stores the result successfully in a yxdb file locally.
The chain seems to work, but when I switch the first list to the second choice, and Continue, the list of available tables does not change.
The first app is really simple. The drop down is manually populated with two options.

The second app has a text input with all the possible tables listed with a flag indicating which instance they belong to. The flag matches one of the two options in the first app. It also has a file input that comes from the SFSelect.yxdb file from the first app. I append these two inputs an filter out the table names that don't apply based on the Instance name. These get fed into the drop down list. The list updates the filter that should take just one table name to send back to a file.

I am using the same yxdb file in both apps, but since it's always passing data forward, I don't think that's an issue.
What I'm seeing is that the list of possible tables is not changing based on the first selection in the chain. It always gives me the same list.
The chain does work correctly when I choose the first option, so I've got that working sort of.
I can attach my workflow, but will need to remove all the Salesforce connection strings first.
Any ideas out there???
Thanks.