Azure / Azure/logicapps

HTTP trigger automatic deserialization from json loss of precision

Open
#1,422 21 comments 0 reactions 0 assignees View on GitHub
Dominant language
ABAP
Stars
424
Forks
320
Avg merge
14h 41m
Merged PRs (30d)
1

Description

### Describe the Bug

When trying to start a logicapp standard with an http trigger with this body

```
{
"eventId": "92B82EA7-F64A-4A79-B8B9-019884278723",
"data": {
"ticks": 1754563833779314822
}
}
```

the "triggerbody()" contains a slightly different number for "ticks"

```
{
"eventId": "92B82EA7-F64A-4A79-B8B9-019884278723",
"data": {
"ticks": 1754563833779315000
}
}
```

### Plan Type

Standard

### Steps to Reproduce the Bug or Issue

1. Create a standard logicapp with an http trigger
2. Send in the provided body
3. inspect the run and see the output from the trigger with an incorrect "ticks" property

### Workflow JSON

```json

```

### Screenshots or Videos

_No response_

### Additional context

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.