I have python code to copy 3 Excel sheets from one file to another, but I am not sure about how to properly connect 2 File Browse tools to a python tool. Is it just like this? To get the files into the data frame, would I use df = Alteryx.read("#2") and df = Alteryx.read("#3
")