You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
While testing something in legacy-scripting-runner, I found that all the numbers in my request are being converted to strings. Tracing it through with debugger, I landed on the coersion happening in this block. This change was introduced in zapier/zapier-platform-core#152
I believe this may only be an issue for legacy-scripting-runner, because it does a round of replacement itself before calling z.request.
Your Environment
This is a build of core from master with legacy-scripting-runner dependency bumped to 3.1.0
The text was updated successfully, but these errors were encountered:
I think the root issue that converted apps are running into is this early return. Since there is no curlies, we return out as is, which means we skip the part where we were supposed to set out back to the actual value.
As far a solutions go for this one, we could go a couple routes:
What would you like to change?
While testing something in legacy-scripting-runner, I found that all the numbers in my request are being converted to strings. Tracing it through with debugger, I landed on the coersion happening in this block. This change was introduced in zapier/zapier-platform-core#152
I believe this may only be an issue for legacy-scripting-runner, because it does a round of replacement itself before calling z.request.
Your Environment
This is a build of core from master with legacy-scripting-runner dependency bumped to 3.1.0
The text was updated successfully, but these errors were encountered: