I'm trying to do a POST request test loop and set a particular variable in the request that is based on results of previous responses (specifically the last 200). For instance, if X appears 5 times in the last 200 responses, the variable = 2. If X appears 10 times in the last 200 responses, the variable = 6, and so on. I've already extracted the X value with RegEx extractor and have it exported to a CSV data file, if that helps.
Thank you.