i got the reason.
because I tick the "send outlook activity"s “IsBodyHtml”. Then uipath html reader will read the signature tab first and remove the tab.
then Outlook only received “no signature” as string.
And outlook only accept “no signature” in the email body and then the sig remove can work.
So that I used html escape character to represent “<” “>”
like this:
it worked