ContributionsMost RecentMost LikesSolutionsUnable to output groovy result into Rest request step - ReadyAPI Hi there, Hoping someone can help. I have a Groovy script step that dynamically removes blank JSON nodes from a data source that appears to generate the intended result when run in isolation. I want to output this result into a REST request step. I have tried to use the "Get Data" function to output the property "result" from the groovy step. This runs without failures however, it appears to just generate blank requests. I feel like I'm missing something quite simple. Please see attachment for context. TIA! Data Source Loop skipping rows in Data Source Hi there, Apologies if this post is vague, I am essentially a beginner user of ReadyAPI and most of what I know (which is not a lot) is stuff I have gleaned from the forums. I have set up a project in ReadyAPI using a csv file as my data source. For some reason, the Data Source Loop is skipping certain rows (please see screenshot attached) and I have been unable to figure out why. If I manually run the data source step all rows appear in the data log. I have run a groovy script that counts the rows in the source which also returns the correct row count. I have attempted to add an assertion in that validates whether a unique identifier in my data source matches what is pulled through into my JSON request but this passes every time as the data source loop skips the row before it gets to this step. Has anyone encountered this before or have any suggestions as to what may be causing this? TIA