Skip to content

UUIDNumbers are converted to scientific format #61

Open
@stathisaska

Description

@stathisaska

Created the following test to get data using the 'Get one record' node.

Screenshot 2022-01-31 at 18 59 00

The result I got, converted UUIDNumber into scientific format (not this thing again 😓)

            "fieldData": {
                "_ID": 3.070884973408834e+57,
                "_IDf_Environment": 4.770391498406892e+56,
                "g__Result": "",
                "g__ResultContainer": "",
                "z__CreatedBy": "Stathis Askaridis",
                "z__CreationTimestamp": "01/26/2022 20:07:09",
                "z__ModificationTimestamp": "01/26/2022 20:38:11",
                "z__ModifiedBy": "Stathis Askaridis",
            }

Expected result would be to get the UUIDNumber in non-scientific format, as it already occurs using the Data API get one record


"fieldData": {
                    "_ID": 3070884973408833919385016168376332397025719676107210536517,
                    "_IDf_Environment": 477039149840689202950165380468774030219968005600531762389,
                    "g__Result": "",
                    "g__ResultContainer": "",
                    "z__CreatedBy": "Stathis Askaridis",
                    "z__CreationTimestamp": "01/26/2022 20:07:09",
                    "z__ModificationTimestamp": "01/26/2022 20:38:11",
                    "z__ModifiedBy": "Stathis Askaridis",
                }

Both calls were built on Postman, the first one was to {nodejsserver.com}/test the second one using the FileMaker Data API 'Get one record' call, after of course authenticating

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions