Custom Make.com integration that handles Sync/Async usage #6
-
|
Because it's not really that trivial to make a polling function within a Make scenario, I've made a custom Make integration (aka Custom App) that allows the user to perform the If you would like to take ownership of that, let me know who to send this information to. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Hi Emmaly, Great news, the "Run FFmpeg And Poll" module is now live! Thank you so much for the suggestion and for providing the initial code. It was a huge help in getting this across the finish line. We’d love to hear your thoughts now that it’s out in the wild! |
Beta Was this translation helpful? Give feedback.



The command looks like this in Make:
It's more user friendly in my opinion as the user doesn't need to supply
in_#andout_#variables themselves, and it handles the unfortunate Make handling of{{ }}by allowing the user to supply the variables in the string as{ }instead, and it converts it properly.The output looks like this:
The output is automatically converting the
out_#keys inoutput_filesback to an array, so the user can iterate over it naturally with a Make array iterator module.