Performer error

Hai while running performer

taxID is entering along with the taxid number

@Syed_Arshad Hi,
Did you extract the ID from the get text activity correctly ? Its supposed to be like this
DataExtracted.Substring(DataExtracted.IndexOf("TaxID: ") + "TaxID: ".Length).Split(Environment.NewLine.ToCharArray)(0)

@Syed_Arshad Try split method with respect to “:”

 yourString="TaxID: DE456232"

string output = yourString.Split({":"c})(1).Trim

after workitems , the acme page its not opening its showing in task bar as unauthorized

@Syed_Arshad Can you attach the error screenshot ?