I have a list of 100 Keywords in a MySQL table “keywords” in column “keyword”. 1 keyword per row. And I want to get notified by Gotify, if a Keyword is contained in the title of a specific RSS feed.
How do you do that? I tried with loop piece, but it doesn’t work.
I want to check if a keyword is contained in the title of a new Youtube video. I get the keywords from a mysql table “keywords”. For some reason, it does not work.
MySQL Piece “Execute Query”: SELECT * FROM keywords;