How to get outputs from REGEX VARIABLE block #1252
Unanswered
loic-riviere
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Under the Form Block you can place {{variables.source_url}} in under the "text field" option. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am by no stretch of the imagination an Automa expert, however. Variable name Match value
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I attempt to extract the domain name from the active tab URL. I try and use a RegEx Variable block but cannot figure out how to get results.
For instance, the URL https://docs.automa.site/workflow/expressions.html => I expect it returns https://docs.automa.site/
URL is in a variable from a Get Tab URL block : source_url.
In a RegEx Variable block, I specify:
I want to get the matching result to open it in a new tab. But I cannot find how to get it. Documentation does not specify output. I inspected variables in debug mode, in vain.
Does anyone knows how to do it ?
Beta Was this translation helpful? Give feedback.
All reactions