Passing a 10 digit number as rule input, giving infinity error

I am trying to pass a 10 digit number  (7500882768)  as a rule input in my ER and it has to be of integer format only cannot pass it as text or some other format , but it is getting considered as infinity. Is there any way of passing the exact number without it being considered as infinte?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to sravanthik0001

    Most systems automatically cast input.

    Well, did you try passing the data as a string in the API call and check whether it works?

    Also, can you tell anything further about this API ?

    whats do this API do ?

    If the external system you are integrating with also computes 32 bit integers, you would again not get a proper response. Did you check by making a call via any API client like postman or similar ?

Children