Hi All,
I'm fairly new to Alteryx and have so far managed to make an app that generates a simple table based on different criteria chosen by user. My next aim is to create another app (and chain it to the first one) that takes the first apps output and asks user for 3 different values for each line item and then performs some calculations.
My first app's output table is something like this:

I then need user's inputs for three items i.e. Take Rate (%), Compensation ($) and Cap ($).
For example user must be able to Enter
- 95%, 200, 1000 for record 1
- 90%, 150, 1000 for record 2
and so on...

Could anyone out there help me with that please?
Many Thanks in advance,
Ehsan