search term in access youtube rest api

I was trying to replicate this workflow but I found out that if my search term has more than one word and there is a space, the workflow does not run. Any ideas on how to fix it?

Thanks!

Hi,

according to the site of the example workflow (see here) you have to use ‘+’ to concatenate multiple keywords. The reason for that is, that these keywords are added as a query to the html link, which doesn’t allow spaces. Also special characters and non-alphanumeric symbols have to be encoded accordingly.

Cheers,
Moritz

Thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.