I will be having different counter value,
if the counter value is 1, I need to use the RequestString as "FirstName=Name1,StreetName=Street1" else if the counter value is 2, I need to use the RequestString as "FirstName=Name2,StreetName=Street2" like this I need to continue
Based on the counter value, I need to get the "RequestString" and use it in the subsequent request. Can any one help how it can be done in python ?