This topic was automatically generated from Slack. You can find the original thread here.
maybe someone can help us here. Pi is suggesting to have a step that includes if statement with code from steps, but I want conditional execution of steps (actually constructed steps, not their code representation, if that makes sense)
Branching… that’s the term I was looking for
Yea given that the step I want to conditionally execute is a Notion database query, I think I can construct it with code.
My use case is asking GPT a question about my data and for it to structure a call to my Notion to get it and respond back with it.
But not every question is a data question, so I need the Notion call executed only when GPT says it needs to.