Hey guys,
I've found myself in a rabbit hole trying to figure out something in Alteryx.
I am working on vamping up an existing workflow and have decided that it best to start from scratch. 😅
The catch is I would want to teach it to compare the values between paired columns and flag where it identifies a difference. Of course, if the value is null, then there is no need to mark the need for a change.
The columns that start with "Input_" represent the values that someone would request, whereas their pairs, that do not hold "Input_" at the beginning represent the currently existing values.
Am attaching as well an idea of an input.
Another catch is that the column names will tend to change, however they will keep the same pattern: Input_X and X.
Any ideas?
Am thinking of the Multi-Field Formula, but I admit that I've had limited interactions with it. Am also thinking of the option to create it into a macro and then assign it to the other flow that would bring the data.