Hello,
I am interested in creating an Alteryx App that will create an Alteryx App.
Context:
I have an app that should be run once for each item in a unique list coming from a user input dataset. Instead of trying to chain or loop the App,
I would like the app to simply have one tab for each item in the unique list.
Each tab will be essentially the same. They will have the same actions and dropdowns, although some of the text within each tab should update based on the records in the unique list.
Example:
- App A: user inputs a file with a unique list of names in Column A.
- App B: chained app opens and has one tab for each of the records in unique list.
- the tab names reflect the record values
- workflow underneath this app has one branch/sequence of same set of tools for each of the items in list
- each tab corresponds to appropriate branch
- these branches must be dynamically replicated in the underlying workflow based on unique values
Before I attempt to build this, I wanted to hear from the Alteryx Community about
- Feasibility: does this sound doable? has anyone done this or something similar before?
- XML: are there any XML guides or examples that are relevant?
- Is there a better way to accomplish this?
Thank you!