We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A new trigger
"For" or "ForEach" trigger.
It's very common to define workflows like:
Idle Start Runecrafting -> Rune1 When Rune1_qty >= X Start Runecrafting -> Rune2 When Rune2_qty >= X Start Runecrafting -> Rune3
and so on...
It would be nice, and more compact from a workflow storage perspective, to have,
TRIGGER ForEach Input1 (static) - 100000 Input2 (list)- Mist Rune, Nature Rune, Earth Rune, etc. ACTION Input2_qty <= Input1 Start Runecrafting -> Input2
on each iteration, Input1 stays the same since it's static, but Input2 is shifted since it's a list.
Would save so much time and make workflows way smaller.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Category
A new trigger
What are you missing?
"For" or "ForEach" trigger.
It's very common to define workflows like:
and so on...
It would be nice, and more compact from a workflow storage perspective, to have,
on each iteration, Input1 stays the same since it's static, but Input2 is shifted since it's a list.
Would save so much time and make workflows way smaller.
Code of Conduct
The text was updated successfully, but these errors were encountered: