I'm wondering how I can use lookup tables to assign values to be multiplied later in a workflow instead of long if then statements?
For example, let's say I'm assigning values to someone's age and value of their RV. I have a file of customer IDs, their ages and RV values. I have a file of predicted values for each age (the look up table). The intent is to assign the correct value to the column in the customer file and then multiply those two values together. I've tried cross-tabbing the predicted values and joining but then nothing joins.
The model is done outside of Alteryx so I cannot use the score tool.
This is an easy solution in R or python but I would like to put one together in Alteryx for easier use among coworkers.
I've attached the exported workflow with example data inside it.
Thank you.