Hi everyone, i’m trying to use the youtube api to get youtube’s videos metadata, and to give the right parameter (video id) to the api i have to trim the text of the link, so that for example the link “https:// www.youtube.com/watch?v=6OKVj1A9OcY&ab_channel=CoachingNoCodeApps” becomes just “6OKVj1A9OcY”.
So i would need some workflow that given the link as a text field, takes only the part between “watch?v=” and “&”. How can i do somethig like this?
Hello @a.blackout98
This post can help you
1 Like
Thank you! solved
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.