The data source allows you to parameterize the path to the spreadsheet on the disk. Thanks to this, it is possible, among others creating new spreadsheet files based on the variable/variables from the process. To do this, you should embed the Id of the path parameter in special tags - { } - in the Filepath parameter in the data source configuration eg. C:\folder\arkusz_{data}.xls Then, in the Path parameters section in the data source configuration, add the parameter with Id "data". 
This will enable dynamic passing a value of the path's parameter with Id "data" when calling the data source. |