I have a pipe which is attempting to extract a youtube id from a youtube channel feed.
I have:
Fetch Feed -> Sub Element (item.link) -> Truncate (After 1) -> Regex (blah) -> Output
My problem is the output is:
0
content ABGmhMBBGgw
I can't seem to put this output into a string builder because it's an object (maybe array?).
So how can I extract the raw string out of this object array thing I have now.