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
I was running into an issue with my script saying Invalid parameter type: DCID, but it turned out I was passing '1' instead of 1.
For now, because of how I get the DCID to use, I can wrap that variable with Number(…), but maybe you could consider building this into all the parameters that must be integers.
The text was updated successfully, but these errors were encountered:
I was running into an issue with my script saying
Invalid parameter type: DCID
, but it turned out I was passing'1'
instead of1
.For now, because of how I get the DCID to use, I can wrap that variable with
Number(…)
, but maybe you could consider building this into all the parameters that must be integers.The text was updated successfully, but these errors were encountered: