I am using python to do some formatting and later saving the formatted excel to a path. This path is stored in a variable called "filepath" in a formula pane. It's throwing error while trying to to get this variable inside the python code.
AttributeError: module 'ayx.Alteryx' has no attribute 'getWorkflowVar'
output_file_path = Alteryx.getWorkflowVar('filePath')