Hi,
I have a custom connector that retrieves data from an API.
The API correctly returns all the required fields.
When i call this custom connector using Flow, the data is returned, HOWEVER, if one of the values contains a NULL it does not appear in the schema, which causes the flow to break further down.
Example:
Source from the custom connector:
i managed to get around this by testing if the "missing" JSON tag had a length of > 0.
its a crap solution but it seems to work for now 😞
@Anonymous ,
Can you please share your flow screenshots ?
Thanks
I have been using your mention code and want to implement it on my site of https://canoesurfer.net/ but it was not working and I was really worried about that and could not found anyway that how can i solve this.
Hi @DragonLord ,
Use Parse Json action with the content you have provided as you mentioned the custom connector is not sending certificate :
{
does not work unfortunately, the JSON tags are being removed by the custom connector, so even using PARSE JSON does not recognise them.
Hi @DragonLord ,
After the response is received from custom connector use Parse JSON and use the one which has all fields. Add null in the schema as follows:
["string","null"] to handle null values.
Thanks
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional