Hi all,
I do a API call with a variable that should be a combinations of multiple values of a page. How to combine them and send them to the API as variable. For example: I have three separate values: red, blue, orange and I want them to be passed to the API as: ‘red, blue, orange’ (one variable).
Keyword in the image below should be a combination of multiple values that are different each request.