The more I look into it, the more it seems like something is broken in Zapier. While testing, I can see that Zapier uses re.findall() when you select the Match All property for Extract Pattern steps, so I flipped this on to account for multiple arguments.
When I test this regex search in VSCode, the code works as expected. But in Zapier, it only returns the first value as if Zapier is still using re.search() instead of re.findall() behind the scenes. Am I missing something here or is this a bug? If so, how do I get this looked at? I can’t figure out how to reach the support team.