All,
I am parsing this HTML output from the body of an email.
Action 1)

Action 2) Trimming the text
trim(first(split(last(split(outputs('VideoID.1'), 'Video Conference ID:')), 'Alternate VTC')))
Action 3) Removing the spaces
replace(outputs('VideoID.2'),' ', '')
Now I want to send VideoID.3 to my API so when I create a new step to compose the output.
This is what I receive. Does anyone know how I can fix this error?

