Wednesday, March 8, 2023

Convert to String only if Not Null; UiPath RPA

 if(IsNothing(TransactionItem.SpecificContent("MIDDLE_INITIAL")),"",TransactionItem.SpecificContent("MIDDLE_INITIAL").ToString)

No comments: