Dear's ,
I have AAP1 and AAP2 .
AAP2 data is dependent on AAP1 selection as shown below .
But when i select multiple values in AAP1 in above pic , it fails to call AAP2 .
Any issue here.
Thanks.
Hi @praneshsapmm
Please refer WeeklyChallenge #175(Tire Size Calculator).
https://community.alteryx.com/t5/Weekly-Challenge/Challenge-175-Tire-Size-Calculator/td-p/447639
This challenge is good examination for chained app.
List boxes in Chained apps only work with ”ExternalSource” option.The only way to change the choices dynamically is to use an "ExternalSource" option.
So you have to save the selection for app2 in chained app1
The first app works well because you have "executed" the workflow.
Hi @AkimasaKajitani ,
Both the AAP's work well when i only check only one option . But they fail when i select multiple options .
I think i have to try passing values by formula instead of default value .
But not sure how to do .
When you say that App2 fails to be called after running App2 have you set this up to run in the Interface designer.
As @AkimasaKajitani suggests check out the weekly challenges with chained apps in, and there is also this interactive lesson - https://community.alteryx.com/t5/Interactive-Lessons/Chaining-Analytic-Apps/ta-p/243120