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
Create a javascript V2 function app with a table storage output and the following code:
module.exports=asyncfunction(context,myTimer){constrowLOG={'partitionKey': '123','rowKey': '456','CmdAction': 5000000000// hex such as 0x0140040000 would also repro}context.bindings.outputTable=[rowLOG];};
You'll get the following error:
Executed 'Functions.TimerTrigger1' (Failed, Id=9a52e4e2-65b8-4384-b627-7f5769942620)
Value was either too large or too small for an Int32.
Not sure whether this is straightforward to address of there is a limitation with table storage here.
The text was updated successfully, but these errors were encountered:
Create a javascript V2 function app with a table storage output and the following code:
You'll get the following error:
Executed 'Functions.TimerTrigger1' (Failed, Id=9a52e4e2-65b8-4384-b627-7f5769942620)
Value was either too large or too small for an Int32.
Not sure whether this is straightforward to address of there is a limitation with table storage here.
The text was updated successfully, but these errors were encountered: