This post has been edited by a moderator to remove personal information. Please remember that this is a public forum and to remove any sensitive information prior to posting.
Hi all,
I'm having a problem with a YouTube video import process and I'm using several tools, including MySQL, YouTube and Filter.
1. I've set up a MySQL trigger that checks for new rows in my database.
2. Next, I use a Filter action to check whether the company ID (id_company) in the database corresponds exactly to the one I specified in the filter (for example, 123).
3. Finally, I try to upload the video to YouTube, but here lies the problem.
The problem is that each time I create a zap for the first time, it blocks during the filtering stage, because the id_company is apparently equal to 0. However, when I check my database, I see that the id_company does indeed have a non-zero value.
When I look at the data from my Zap runs (output data), I see that the id_company is indeed zero. However, if I create a new row in my database with the same id_company value as the one I used in the filtering, then the zap works as expected.
Looks like Zapier isn't checking all the new SQL line in my db...
Do you have any idea what might be causing this problem? Any help would be greatly appreciated. Thanks a lot!