https://discord.gg/botpress logo
why this prompt does not execute make a GET reques...
# 💻developers
b
why this prompt does not execute make a GET request to https://api.spoonacular.com/recipes/complexSearch with the following URL parameters: query:workflow.baseQuery, diet: workflow.dietType, apiKey:env.apiKey, number: '3', ignorePantry: 'false', sort: 'popularity', sortDirection: 'asc', addRecipeInformation: 'true', addRecipeNutrition: 'false'. If response.status is 200, save the response.data.results to workflow.recipeInfo. run the action with await
2 Views