Find/Replace all "\1" doesn't capture what its replacing anymore

You used to be able to do like

And have it be task.wait(card) and now it doesn’t work anymore

although it seems like not a big deal, if you replace “Card” with a expression that targets a lot of things then it impacts the workflow by a huge amount

Hello. Thank you for the bug report. The syntax here changed with the new find/replace rework as we switched regex implementations. So in your example, task.wait($0) should work.