multiple suggester? #1237
Unanswered
Cryptodarktrader
asked this question in
Help
Replies: 1 comment 3 replies
-
Instead of using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a code that will open one suggestion and depending on the choices it will open others, and then open one more suggestion to ask if I want to add something else.
At the moment I have something like this:
After choosing the category, it asks me if I want to add one more category and adds it and starts over.
On the other hand I have tried this code:
and it also works by opening a second suggester to ask me what type of soup if I choose soup and it returns the chosen soup.
My problem is when I try to merge them, that is to say that in addition to asking me the options after choosing a category (for example types of soup after choosing soup) it also then runs the suggester asking me if I want to add another category and if so I relaunch it. the code again.
Every time I try, it ignores the second block of code, if I add the yes or no suggester after the soup type suggester, the yes or no suggester does not execute and if I put it the other way around, it is the soup suggester that does not execute. . Can templater only execute an
iff
in the same code?Beta Was this translation helpful? Give feedback.
All reactions