ContributionsMost RecentMost LikesSolutionsRe: Change dynamic variable in loop Rest SoapUI bagochips Thanks!! It's works! Re: Change dynamic variable in loop Rest SoapUI @bagochips thanks for your reply but I made this How can I dynamic change this value in RestRequest or GroovyScript? I have lots of ids. Change dynamic variable in loop Rest SoapUI Hi! I can't dynamic change variable in URL. I have URL for example: https://community.smartbear.com/t5/1234?action=update?status=acive and I would like change dynamic in loop paramter '1234'. For example I have array ids = [1,2,3,4,5,6,7] and I woulde like to create TestCase witch excute seven time restRequest with varoius {id}. So I create TestCase (GroovyScript and RestRequest) but I don't know how change value {id} and make this in loop. Do you have any ides? Solved