一个选择文件的变量
代码中 file_path要获取这个变量 excel_file_path
方式 A (常用): file_path = rpa.get_variable("excel_file_path")
方式 B (某些版本): file_path = context.get_variable("excel_file_path")
都不行 提示rpa未定义 或context未定义
file_path = RpaVariable.get('excel_file_path') 也不行