I want to listen to various RSS feeds and then store the information in the datastore.
I am storing a list of RSS links in an excel sheet.
Currently how I am doing is that, I read excel, loop through and call retrieve RSS.
hence wondering, instead of calling retrieve, I could just create multiple triggers in runtime for RSS feeds.
is that even possible?