Monday, March 27, 2023
Thursday, March 16, 2023
Assign User to Task; UiPath
- Create Form Task - (TaskObj)
- Add To Collection - User (Add Item to Collection - UserAssignment)
- Assign Tasks to the Business users. (Add userAssignment to Assignment type)
- Add To TaskList - Action center Task.(Add taskObj to io_Form)
Wednesday, March 8, 2023
Convert to String only if Not Null; UiPath RPA
if(IsNothing(TransactionItem.SpecificContent("MIDDLE_INITIAL")),"",TransactionItem.SpecificContent("MIDDLE_INITIAL").ToString)
Subscribe to:
Posts (Atom)