
All,
I have the Output of this HTML step. I would like to create a Compose and I would like to parse the Video Conference ID number only.
Does anyone know what expression I can write in the Compose step?
Thank you
Hi @aishak12 ,
I assume that the text after [Video Conferencing ID: 115 846 478 5] is always [Alternate VTC].
Here is a formula for your reference:
replace(trim(first(split(trim(last(split(outputs('c22')?['body'],'Video Conference ID:'))),'Alternate VTC'))),' ','')
Best Regards
Cheng Feng