Combine key and a command in run #1062
-
How to do scrollToTop and then run another command? I could only find if; then or if; else combinations. How to run 2 commands back to back? EDIT: I'm using |
Beta Was this translation helpful? Give feedback.
Answered by
gdh1995
Dec 23, 2023
Replies: 1 comment 1 reply
-
If you mean to "run a second command whatever result a first command returns (whether it succeeds or not)`, then you may:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
limaceous-bushwhacker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you mean to "run a second command whatever result a first command returns (whether it succeeds or not)`, then you may: