Hello,
In one of my older flows last year I tried using a custom connector to get a JSON file with no problems at that time.
Recently I´ve tried to use the same connector in a new cloudflow but I get an error.
During Test within connector details everything works fine and I get data as expected (obtaining JSON).
The problem is that if used in a cloud flow following error is shown:
"...property body should be String but it is Object."
thanks a lot
Thanks a lot for your answer
Any help would be highly appreciated
Hana
Hi @Hancha ,
I think when putting {} into the "body" in your postman definition which you upload to create the connector might be the scenario hence you can check by leaving it blank which should it as "null" which is an object.
Or
During import of the json response in custom connector, a json definition should have got created. The Swagger editor should show you the definition of the part which failed as follow or similar to it :
=> GlobalValues: {type: string, description: GlobalValues]
Try changing it to:
=> GlobalValues: {type: array, items{}, description: GlobalValues]
Thanks
Hi @pre ,
I tried checking all the above but it did not solve the problem...
Thanks
User | Count |
---|---|
99 | |
38 | |
27 | |
23 | |
16 |
User | Count |
---|---|
130 | |
52 | |
48 | |
36 | |
24 |