Get the Product Make a Request throws ERR_UNESCAPED_CHARACTERS: Request path contains unescaped characters

My URL works perfectly fine when i run as “Run this module only” but when i run as Scenario ,it throws below validation error …

ERR_UNESCAPED_CHARACTERS: Request path contains unescaped characters

here is my URL used in HTTP Make a Request

https://real-time-amazon-data.p.rapidapi.com/product-details?asin={{1.data.data.best_sellers}``}{{ceil(random * 2.No. of Products)}}&country=US

Your help is highly appreciated

Fiona

This is the solution https://real-time-amazon-data.p.rapidapi.com/product-details?asin={{encodeURL(1.data.data.best_sellers)}}{{ceil(random * encodeURL(2.No. of Products))}}&country=US