Variable concatenated in URL

Hi community !
I would like to use a variable in Formula’s URL to fetch data from TMDB.
I try to use the concatenate formula like this : concatenate(urlPart1,[myVariable,urlPart2])
But on the Current Value, there is a " , " after myVariable…
Any idea ?

Try concatenate(urlPart1, myVariable, urlPart2, otherVariable, andSoOn)

1 Like

Thank you !

1 Like