I have a template which runs in multiple threads and, at its end, it saves the results in a table which is binded to an xlsx file.
Before adding the line to the table I inserted a 'Bind to File' table action block because, as far as I know, this is mandatory when multiple threads are writing to...