I am testing pack that im creating this pack is like RSS taking a link from youtube channel and then get list of video inside from the link. but now I am not sure how i can seperate the information into a table… just to explain what i want… I want to write a link in the input text field … then i click the button which uses the pack and then list of videos comes in the table below but i keep getting all values in 1 row idk how to seperate them that each row has a video … anyone can help ?
here is a link for the coda to edit and see the problem and the pack
Youtube RSS
Hi @SALEM_MALIBARY,
I added a “Click to create list” button which separates the results of your f_yt formula and adds the rows to the YouTube videos table. You should then be able to use RegExExtract to get the different parts that you are after, like the thumbnail url.
I hope that helps.
Rohan
could you please help me in extracting that? i don’t know how to do that … i keep return links that is not a link just text and i couldn’t get the thumbnail as image … could you help me in that?
hi @SALEM_MALIBARY ,
maybe this helps:
to learn more about JSON:
I added a button to have a link you can click on easily
although you can have the same with:
thisRow.Name.ParseJSON("$..Thumbnail.url").Hyperlink()
1 Like
Thanks - very interesting!