ContributionsMost RecentMost LikesSolutionsRe: Data Sink step in ReadyAPI (v3.49.0) retains data from previous runs and does not append Rich, There were no changes to our solution. Before upgrading to version 3.49, the project worked as expected. Now, it seems that either data is retained/stored in a TestCase Run (without changing any preferences or saving the data in any other way), which makes the Data Sink not work as expected (it does not append to file, overwrites the top row and also keeps adding more data with each run, while the first step should start with a clean slate). I already made a ticket, I hope to hear from SmartBear soon. This only happens when you run the TestCase (all steps in order from TestCase/TestSuite level), if you execute the steps seperately, it works like expected. Data Sink step in ReadyAPI (v3.49.0) retains data from previous runs and does not append Previously We had a build that created an excel file and filled it with data. Now, the last Data SInk step does not append. I made a new project to test this. Step 1: Delete the file Step 2: Data sink 1 with header information on the first row (no append, start at A1) -> A1 = A, B1 = B Step 3: Data sink with data, append to end file (A2 = 1, B2 = 2) If I execute all 3 steps seperately it works as expected. (A1 = A, B1 = B, A2 = 1, B2 = 2) This is the desirable outcome. If I execute all steps seperately again, it will show the same outcome (also desirable), because step 1 will delete the file and start all over again with step 2. However, if I run the testcase (all 3 steps) it seems to overwrite the first row, retain data and append that to the end of the file. So: Run 1 (step 1, 2 & 3) = A1= 1, B1 = 2 (overwrites step 2?) Run 2 (step 1, 2 & 3) = A1= 1, B1 = 2, A2 = 1, B2 = 2 This is not how it worked before, and will lead to errors later (since the headers A & B are now overwritten) ReadyAPI - License activation Hello, When I start up ReadyAPI there is no active License found. When I try to log in with my SmartBear Account it will check for authentication and then give me an Error - Something went wrong message. The try again option does not yield different results, and the HOME option gives me a white screen. When going to manage.smartbear.com I can log in and see my licence immediatly (not expired). I do not see an option to assign or un-assign it to an account however. Nothing changed proxy wise, the only thing that changed is my password for my work account, but I adjusted that in the proxy set. How can I locate/activate my license?