ContributionsMost RecentMost LikesSolutionsRe: groovy log to fileof course... got it. Thank you very much!groovy log to fileHello, I would like to write the groovy log to file automatically (without right click, 'Export to File' in the UI - post run). Is there a config file setting for this? thanks and regards, KarlDataSink property expansion problemHello, I have successfully used property expansion to read data from an Excel worksheet specified from a previous data source step (ref. ‘DataSource problem’, posted yesterday), Now I would now like to write to an Excel spreadsheet using property expansion within a DataSink step, in the same manner. Unfortunately, I receive a java exception “Failed to prepare testStep…” e.g.: DataSink step contains the following property expansion in the Worksheet field: ${Excel data source – main worksheet#labelListWorksheet} Results in: java.lang.Exception: Failed to prepare testStep [Excel data sink - results]; java.lang.StringIndexOutOfBoundsException: String index out of range: 0 ThanksRe: DataSource problemHi Ole, Thank you for the property expansion lesson - it works perfectly! I am very much enjoying working with your product. Regards, KarlDataSource problemHi I am evaluating SoapUI pro and I would like to know if datasource configuration is dynamic: I currently have a data source step that reads rows from an excel spreadsheet and feeds subsequent steps with data. I would like to use one of the properties from the first data source step (above) to configure another data source step (DataSource and config parameters). i.e. data from the first spreadsheet contains "another.xls", which will become the file from which the second data source step operates... Please let me know the best solution to this problem. Thanks in advance, K