Merging RSS Feeds into JSON for AI-Driven News Summaries
Hey! I'm currently working with a project where I have multiple RSS feed sources. I have sent all of these feeds into a master table, and now I want to "merge" the rows into a JSON list and then send this list into a new table in the workbook, as a single row entry. So I basically want to compile multiple news from the RSS feed from the same date, and then with the help of AI write a summary of the news. I'm having trouble with how to send the rows and merge it into one. I'm familiar with the write to table and lookup functions, but they don't seem to do the job. What could be the right approach here?