I have 5 analytics app (basically 4 phases of an activity and 1 dynamic interface selection) and if processed in a sequential order at same time, then they are correctly chained through interface designer.
However, when user completes 1 phase any day and logins again, he should go to next phase directly without traversing through previous phase. To accomplish this, I have used a workflow which dynamically process the relevant XML and create the chained workflow.
This is working great in desktop but I read on the same learning material that it would not work on Gallery.
My business use case require usage of this interface app by more than 150+ associates and hence, we wanted to achieve the same on gallery. My 2 questions are as following,
1. Is this chained feature feasible in gallery through my process ie dynamic XML. I tried to upload the first app (assuming others will auto save) but my system hangs for some time and then Alteryx closes. Even if I remove the dynamic selector, while saving, system hangs and then closes so I feel the saving issue is with regards to number of chained apps.
2. Is there another way to perform the same activity.