I have a Macro which takes in a number of fields from the user. The fields are all of the type "SomeText_"+"ABCD". I have an Input containing "ABCD" because I don't actually know what "SomeText_" will be in each data set. Is there a way to have the user provide "SomeText_" in a Text Box Input, which then updates the Field Names in the Field Map, which would then allow the macro to automatically select all of the correct fields from the provided data?
In my current setup, Alteryx requires the user to manually select all of the required fields, for each of multiple macros, which significantly increases the potential for user error.