NahuelSovos98 / STS_InternalReviewBot

0 stars 0 forks source link

Fix in CheckByScreenScraping workflow #19

Closed NahuelSovos98 closed 1 year ago

NahuelSovos98 commented 1 year ago

when it comes to Invoke TestScreenScrapingLogic workflow activity, it drops an error since ExceptedItems is null sometimes. It needs to become a number. Even if it is 0, it is ok.

Solution to implement: Cint( If( String.IsNullOrWhiteSpace(ExpectedItems),"0",ExpectedItems))