For passcode assuming all numbers try , notice the space (I’ve assumed there is no colon) Passcode (\d+)
Generally, meeting invite come in below format, If that is the case the link can be extracted with the regex
Zoom Meeting\n([\w:/?=.]+) or
Zoom Meeting\n(.*)<---- THIS is lazy way of matching everything and not advisable.
TAB India is inviting you to a scheduled Zoom meeting.
Topic: Managing Issues and Communication
Join Zoom Meeting
https://us02web.zoom.us/j/85196215577?pwd=d2Vnb2pVZTNnRFRtNmpyaWFJdDYzdz09
Meeting ID: 851 9621 5577
Passcode: 864964
This is just an example written in response to the below KM Forum Topic. You will need to use as an example and/or change to meet your workflow automation needs.
MACRO SETUP
Carefully review the Release Notes and the Macro Actions
Make sure you understand what the Macro will do.
You are responsible for running the Macro, not me.
==USE AT YOUR OWN RISK==
While I have given this a modest amount of testing, and to the best of my knowledge will do no harm, I cannot guarantee it.
If you have any doubts or questions:
Ask first
Turn on the KM Debugger from the KM Status Menu, and step through the macro, making sure you understand what it is doing with each Action. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks, but that is NOT the same as the source web page.
It may have the same data, but he underlying HTML will be different.
At a minimum, we need the HTML code, posted in a Forum Code Block, of the block of HTML around the target text. Best to go at least two <div> levels above the target text.
This is just an example written in response to the below KM Forum Topic. You will need to use as an example and/or change to meet your workflow automation needs.
MACRO SETUP
Carefully review the Release Notes and the Macro Actions
Make sure you understand what the Macro will do.
You are responsible for running the Macro, not me.
==USE AT YOUR OWN RISK==
While I have given this a modest amount of testing, and to the best of my knowledge will do no harm, I cannot guarantee it.
If you have any doubts or questions:
Ask first
Turn on the KM Debugger from the KM Status Menu, and step through the macro, making sure you understand what it is doing with each Action.