Automatic transcription

Hi all, I try to implement following workflow.

https://youtu.be/vC9k6GgnBlI?si=JZLW7se44gvrpYfp

I think I am doing it exactly as shown, but I only get the first module to work and then everything stops, the file is not downloaded. Any suggestions as to how to debug this problem? Warm regards, Alfred

Welcome to the Make community!

That is because there is no new data to fetch.

Polling Triggers: Epoch Panel & Selecting Older Data

Go to the Epoch Panel, by right-clicking on the trigger module (polling triggers only), and select “Choose where to start” from the list of options in the context menu.

If you select “From now on”, the next time the scenario runs it will only return new data (or nothing if there is no new data).

You can also select other old data to re-run your scenario with next using the “Choose manually” option. This will then show you a list of previous historical items you can select to process the next time the scenario is triggered.

For more information, see

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

thank you so much @samliew - you saved my life .-)

At first I tried it manually, that worked.

Then I tried “from now on” - and it didn’t work, although I loaded that data into the folder anew.
Then I tried a completely NEW AUDIO FILE and with this it worked again.

This means to me, that google drive really recognizes if NEW DATA arrives! If data comes, that has been recognized in the past (e.g. based on file size or other identifers etc.) it does not.

THANKS SO MUCH :slight_smile: