Stephen
BBuildShip
•Created by Stephen on 1/3/2025 in #❓・buildship-help
Unexpected end of JSON input in Branch
I am calling an GET and have it set to await.
The response is good
In the branch I check for a status of 200 and the count property being greater than 0
This isn't difficult but why does it seem to be so ...
In the node AFTER the branch I have this code to reformat the response JSON if there is any
JSON.stringify((ctx?.["root"]?.["d633570b-daeb-4624-adfe-a7064113c628"]?.data?.response?.facets || []).map(facet => ({ facetId: facet.id, facetName: facet.name })))
Is there a quicker way to get support as a paid customer ?
16 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
I have created the workflow and have the stop that calls the API and receives the JSON response ...
I feel like I'm missing something really simple but how to I just dump the JSON into the database table ?
24 replies
BBuildShip
•Created by Stephen on 8/21/2024 in #❓・buildship-help
Where do I find docs on how to add a header with a value to a rest API call ?
10 replies