It’s disappointing that workflows don’t support if-else conditions or differentiate between first and subsequent clicks. I’m attempting to build a custom accordion. I can adjust the variables to change the height on the first click, but I’m unsure how to modify them for the second click on the same accordion.
You can use the multi option split with one case and refer to the default case as else
3 Likes
Awesome! I was able to figure it out!