Hi,
I have multiple .xaml files and i want to store them in a variable to further use it in For Each Loop
i want to update an Excel file after each xaml is processed.
I am thinking to use for each loop to loop through all xamls and update the file after each xaml/InvokeWorkflowFile
I don’t know if this is even possible…
somebody please help.