I have a pipe that is trying to retrieve the youtube ID from the YouTube channel channel.
I have:
Fetch Feed -> Sub Element (item.link) -> Truncate (After 1) -> Regex (blah) -> Output
My problem is this:
0 content ABGmhMBBGgw
I cannot present this output in a string builder because it is an object (maybe an array?).
So, how can I extract the source string from this array of objects that I have now.
Joren source share