Hi,
I am trying to import several data tables that are located on different sheets and in different locations. Each table is slightly different and needs to be manipulated in a separate workflow differently before being joined.
I am trying to use a batch import macro to input the data based on a formula from a text input. However, only the default input table within the macro is being imported.
The macro attempts to take the input in the format "C:\\...\Documents\BatchImportData.xlsx"+[SheetName]+"|||$"+[CellRange] to update the file - value dependant on which table is required for the workflow. I have attached a simplified version of the workflow, macro and data template.
Please let me know if there is a simpler alternative or how to correctly input the updated value in the macro.
Many thanks,
Tom