ContributionsMost RecentMost LikesSolutionsTest step for a request with multiple values at different positions in the requestHello everyone, So far, I've been use to set multi values for the same parameter by separating them with a ";" in the parameters setting (https://support.smartbear.com/readyapi/docs/requests/rest/parameters.html). However, by using this, the 2 values are near to each other in the request. How could I set 2 different values for the same parameter, when one of them must be at the beginning of a long request, and the second at the end of the request? Regards