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: 1 comment 1 reply
-
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.