After moving requests to the setUp Thread Group and the tearDown Thread Group, now the regular Thread Group contains only the main requests, for example, the RetrieveWithParm request.
You should configure the regular Thread Group according to your needs.
For example, go to the Body Data of the RetrieveWithParm request, and make sure the session ID and the transaction ID are replaced with the global property:
${__property(session,,)}
${__property(transaction,,)}
Select Thread Group and then specify the thread properties, for example, set the number of users to 100, ramp-up period to 50 seconds, which means 2 requests are made in every second (setting ramp-up to 0 will start all 100 users at one time); and set loop count to infinite and duration to 86400 seconds, which means the test will be run repeatedly in 24 hours.