Hi, guys!
How are you?
I'm facing a problem that seems to be a bug. I cannot send an integer as a query key value on a HTTP request. When the flow runs, the integer value is automatically converted to a string, doesn't matter what I do. I've tried about everything I can think of, but no good. Has anyone faced this problem before? Any solutions? Screenshot bellow of the HTTP requests I'm trying to send, but always returns 404 error due to the fact that the id query key value being sent is a string, and not an integer.
Thanks in advance!