Hi Alteryx Community,
I have been trying to build an app that where I front-fill values if they are null for specific columns/fields that I select but after many attempts have failed to do so.
This is what my workflow looks like. The python part that front fills works fine, but it front fills for all columns, not specifically selected ones.

I would like it to be flexible, such that I can select a column regardless of what name it had and I would also like to be able to tick off multiple columns that my Python code gets applied to so they get front filled. So, perhaps drop down menu is not the correct interface tool.
Problem 1:
The follow screenshot is what I have in my drop down tool, but as I am only able to select the column that were in the text input file I used to create the macro, it does not dynamically adapt to the file column names.

Problem 2:
Also, it does not only retain the column I select in the dropdown menu, but retains all columns.
Problem 3:
Using the drop down menu only allow me to select one column.
Hope you can help me. Please find attached my app workflow. Thanks for the feedback/support.