What happened to the serverside javascript pipe? We’ve been running multiple pipes for several years using URLFetchApp for years to extend the functionality of our tadabase application and now out of the blue they have stopped working.
@moe Please contact me ASAP…my app is in a crippled state and I need a resolution ASAP!
For anyone else who was using custom JS or serverside JS pipes and URLFetchApp, here is what we found out:
URLFetchApp has been removed from both pipes. serverside JS now has axios that can be used in its place. For us this means replacing a number of custom JS pipes with serverside JS pipes after refactoring the code.
Yes, we are in the process of updating the code for multiple pipes, but we’ve already implemented the fix for several and its working as expected. Its unfortunate that this type of breaking change was implemented on the platform side with zero notive.