Skip to content
New issue

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

Loop enhancements: x times loop & introduce variables #4725

Open
ahmad-swanblocks opened this issue May 19, 2024 · 0 comments
Open

Loop enhancements: x times loop & introduce variables #4725

ahmad-swanblocks opened this issue May 19, 2024 · 0 comments
Labels
⭐ enhancement New feature or request

Comments

@ahmad-swanblocks
Copy link

Is your feature request related to a problem? Please describe.
In many cases, I need to run a loop of x times and for every iteration I execute an action and I need to compare the result of the action with the result of the previous iteration.

Basically, I have two limitations:

  1. I cannot run a loop of x times unless I have a list of x items
  2. I cannot save the result of the current iteration to compare it with the next one

Describe the solution you'd like

  1. Allow to configure a loop with x times and no need to run on a list
  2. Introduce variables to store the iteration result
@abuaboud abuaboud added the ⭐ enhancement New feature or request label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants